]> code.delx.au - gnu-emacs/commitdiff
(command-line-1): Refer to Lisp manual when
authorReiner Steib <Reiner.Steib@gmx.de>
Tue, 2 May 2006 12:32:57 +0000 (12:32 +0000)
committerReiner Steib <Reiner.Steib@gmx.de>
Tue, 2 May 2006 12:32:57 +0000 (12:32 +0000)
pure-space-overflow occurs.

lisp/ChangeLog
lisp/startup.el

index 3269c5a72669a3787bd343825891f09a85b159fc..448e319cfc42d28081f220f98e9fd836dbf7b547 100644 (file)
@@ -1,5 +1,8 @@
 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
 
+       * startup.el (command-line-1): Refer to Lisp manual when
+       pure-space-overflow occurs.
+
        * files.el (byte-compile-dynamic)
        (byte-compile-dynamic-docstrings, byte-compile-warnings)
        (find-file-visit-truename, indent-tabs-mode, left-margin)
index 470ffd7745c8637bfa97432bb34268a3faeed586..8369ecddd4248d3e98c1c280c1778710d16932eb 100644 (file)
@@ -1620,7 +1620,7 @@ normal otherwise."
             (not noninteractive))
     (display-warning
      'initialization
-     "Building Emacs overflowed pure space."
+     "Building Emacs overflowed pure space.  See \"(elisp)Building Emacs\" for more information."
      ;; FIXME: Tell the user what kind of problems are possible and how to fix
      ;; the overflow.
      :warning))