From: Gerd Moellmann Date: Tue, 17 Oct 2000 12:10:40 +0000 (+0000) Subject: (fancy-splash-text): Realign the text. X-Git-Tag: emacs-pretest-21.0.90~808 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d3c5bad2624c40196ff93bdaabdafc71744723e0;p=emacs.git (fancy-splash-text): Realign the text. --- diff --git a/lisp/startup.el b/lisp/startup.el index e4d1e8f7f31..b2e03e2ab4e 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -872,8 +872,8 @@ Emacs FAQ Frequently asked questions and answers :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.")