From 6f1b55918d0d23d7df9fe0363761ba7b9ea3be84 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 5 May 2006 12:54:54 +0000 Subject: [PATCH] Fix last change. --- lisp/startup.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/startup.el b/lisp/startup.el index b81d8b811e6..a0f73a81e4a 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -1309,7 +1309,7 @@ where FACE is a valid face specification, as it can be used with (if pure-space-overflow (insert "\ Warning Warning!!! Pure space overflow !!!Warning Warning -\(See the node Building Emacs in the Lisp manual for details.)\n")) +\(See the node Pure Storage in the Lisp manual for details.)\n")) (fancy-splash-head) (apply #'fancy-splash-insert text) (fancy-splash-tail) @@ -1420,7 +1420,7 @@ we put it on this frame." (if pure-space-overflow (insert "\ Warning Warning!!! Pure space overflow !!!Warning Warning -\(See the node Building Emacs in the Lisp manual for details.)\n")) +\(See the node Pure Storage 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