Mercurial > emacs
changeset 32575:7f8af667c707
(fancy-splash-text): Realign the text.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 17 Oct 2000 12:10:40 +0000 |
parents | 6bf2085af413 |
children | c6eb63e9c25c |
files | lisp/startup.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/startup.el Tue Oct 17 12:07:28 2000 +0000 +++ b/lisp/startup.el Tue Oct 17 12:10:40 2000 +0000 @@ -872,8 +872,8 @@ :face (variable-pitch :slant oblique) "ABSOLUTELY NO WARRANTY\n" :face variable-pitch - "Copying Conditions Conditions for redistributing and \ -changing Emacs\n")) + "\ +Copying Conditions Conditions for redistributing and changing Emacs\n")) "A list of texts to show in the middle part of splash screens. Each element in the list should be a list of strings or pairs `:face FACE', like `fancy-splash-insert' accepts them.")