mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-14 19:54:44 -08:00
Fix last change.
This commit is contained in:
parent
8e7a9a24c7
commit
6f1b55918d
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue