From 0bfd44c1806f9e589f79e9bc8f4b2a5aab7e4df3 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 5 May 2006 12:50:04 +0000 Subject: [PATCH] (normal-splash-screen, fancy-splash-screens-1): Add a reference to the Lisp manual to the warning about pure space overflow. --- lisp/startup.el | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/lisp/startup.el b/lisp/startup.el index a9a79e63be..b81d8b811e 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 -- 2.39.2