]> code.delx.au - gnu-emacs/commitdiff
Fix last change.
authorEli Zaretskii <eliz@gnu.org>
Fri, 5 May 2006 12:54:54 +0000 (12:54 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 5 May 2006 12:54:54 +0000 (12:54 +0000)
lisp/startup.el

index b81d8b811e649e6aba8aa2a4a213f3228c79daf8..a0f73a81e4a595e79ae6a9f776215bff62ad1bb5 100644 (file)
@@ -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