aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/startup.el
diff options
context:
space:
mode:
authorEli Zaretskii2006-05-05 12:54:54 +0000
committerEli Zaretskii2006-05-05 12:54:54 +0000
commit6f1b55918d0d23d7df9fe0363761ba7b9ea3be84 (patch)
treebb1dc4d3f7308c5f247c5a8840bc0d1c40bebff0 /lisp/startup.el
parent8e7a9a24c7ad18e977c85607775a1da53b2bd4d8 (diff)
downloademacs-6f1b55918d0d23d7df9fe0363761ba7b9ea3be84.tar.gz
emacs-6f1b55918d0d23d7df9fe0363761ba7b9ea3be84.zip
Fix last change.
Diffstat (limited to 'lisp/startup.el')
-rw-r--r--lisp/startup.el4
1 files changed, 2 insertions, 2 deletions
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
1309 (if pure-space-overflow 1309 (if pure-space-overflow
1310 (insert "\ 1310 (insert "\
1311Warning Warning!!! Pure space overflow !!!Warning Warning 1311Warning Warning!!! Pure space overflow !!!Warning Warning
1312\(See the node Building Emacs in the Lisp manual for details.)\n")) 1312\(See the node Pure Storage in the Lisp manual for details.)\n"))
1313 (fancy-splash-head) 1313 (fancy-splash-head)
1314 (apply #'fancy-splash-insert text) 1314 (apply #'fancy-splash-insert text)
1315 (fancy-splash-tail) 1315 (fancy-splash-tail)
@@ -1420,7 +1420,7 @@ we put it on this frame."
1420 (if pure-space-overflow 1420 (if pure-space-overflow
1421 (insert "\ 1421 (insert "\
1422Warning Warning!!! Pure space overflow !!!Warning Warning 1422Warning Warning!!! Pure space overflow !!!Warning Warning
1423\(See the node Building Emacs in the Lisp manual for details.)\n")) 1423\(See the node Pure Storage in the Lisp manual for details.)\n"))
1424 1424
1425 ;; The convention for this piece of code is that 1425 ;; The convention for this piece of code is that
1426 ;; each piece of output starts with one or two newlines 1426 ;; each piece of output starts with one or two newlines