From: Eli Zaretskii Date: Fri, 5 May 2006 12:50:04 +0000 (+0000) Subject: (normal-splash-screen, fancy-splash-screens-1): Add a reference to the Lisp X-Git-Tag: emacs-pretest-22.0.90~2795 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0bfd44c1806f9e589f79e9bc8f4b2a5aab7e4df3;p=emacs.git (normal-splash-screen, fancy-splash-screens-1): Add a reference to the Lisp manual to the warning about pure space overflow. --- diff --git a/lisp/startup.el b/lisp/startup.el index a9a79e63be4..b81d8b811e6 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -1307,7 +1307,9 @@ where FACE is a valid face specification, as it can be used with (set-buffer buffer) (erase-buffer) (if pure-space-overflow - (insert "Warning Warning Pure space overflow Warning Warning\n")) + (insert "\ +Warning Warning!!! Pure space overflow !!!Warning Warning +\(See the node Building Emacs in the Lisp manual for details.)\n")) (fancy-splash-head) (apply #'fancy-splash-insert text) (fancy-splash-tail) @@ -1416,7 +1418,9 @@ we put it on this frame." (propertize "---- %b %-" 'face '(:weight bold))) (if pure-space-overflow - (insert "Warning Warning Pure space overflow Warning Warning\n")) + (insert "\ +Warning Warning!!! Pure space overflow !!!Warning Warning +\(See the node Building Emacs in the Lisp manual for details.)\n")) ;; The convention for this piece of code is that ;; each piece of output starts with one or two newlines