diff lisp/startup.el @ 70402:092e1a7bea9c

Fix last change.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 05 May 2006 12:54:54 +0000
parents ecfaf1d192c9
children 16cb01ffb3dd
line wrap: on
line diff
--- a/lisp/startup.el	Fri May 05 12:50:44 2006 +0000
+++ b/lisp/startup.el	Fri May 05 12:54:54 2006 +0000
@@ -1309,7 +1309,7 @@
     (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 @@
           (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