diff lisp/startup.el @ 70345:bddeadaa4365

(command-line-1): Refer to Lisp manual when pure-space-overflow occurs.
author Reiner Steib <Reiner.Steib@gmx.de>
date Tue, 02 May 2006 12:32:57 +0000
parents 8b0a765eb64a
children 0712a8b0bd8a d9f8d2a65d18
line wrap: on
line diff
--- a/lisp/startup.el	Tue May 02 12:24:55 2006 +0000
+++ b/lisp/startup.el	Tue May 02 12:32:57 2006 +0000
@@ -1620,7 +1620,7 @@
 	     (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))