1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

Fix last change.

This commit is contained in:
Eli Zaretskii 2006-05-05 12:54:54 +00:00
parent 8e7a9a24c7
commit 6f1b55918d

View 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