# HG changeset patch # User Eli Zaretskii # Date 1146833694 0 # Node ID 092e1a7bea9cf3b10c3be0b199fc285479c2d7cf # Parent 1107a90456db3b4230d9059048fbf0e020b3d495 Fix last change. diff -r 1107a90456db -r 092e1a7bea9c lisp/startup.el --- 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