From: Eli Zaretskii Date: Fri, 5 May 2006 12:54:54 +0000 (+0000) Subject: Fix last change. X-Git-Tag: emacs-pretest-22.0.90~2793 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6f1b55918d0d23d7df9fe0363761ba7b9ea3be84;p=emacs.git Fix last change. --- 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