emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/startup.el


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/startup.el
Date: Fri, 05 May 2006 12:54:54 +0000

Index: emacs/lisp/startup.el
diff -u emacs/lisp/startup.el:1.405 emacs/lisp/startup.el:1.406
--- emacs/lisp/startup.el:1.405 Fri May  5 12:50:04 2006
+++ emacs/lisp/startup.el       Fri May  5 12:54:54 2006
@@ -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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]