From: Gerd Moellmann Date: Thu, 11 Nov 1999 11:54:07 +0000 (+0000) Subject: (initial-scratch-message): Add ";;" to the front of X-Git-Tag: emacs-pretest-21.0.90~6129 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3b79c219074cdd7a09731f57352a910cfb418bd6;p=emacs.git (initial-scratch-message): Add ";;" to the front of lines in the message. --- diff --git a/lisp/startup.el b/lisp/startup.el index 53913211d1e..5a0b63e906c 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -765,9 +765,9 @@ or `CVS', and any subdirectory that contains a file named `.nosearch'." (if noninteractive (kill-emacs t))) (defcustom initial-scratch-message "\ -This buffer is for notes you don't want to save, and for Lisp evaluation. -If you want to create a file, visit that file with C-x C-f, -then enter the text in that file's own buffer. +;; This buffer is for notes you don't want to save, and for Lisp evaluation. +;; If you want to create a file, visit that file with C-x C-f, +;; then enter the text in that file's own buffer. " "Initial message displayed in *scratch* buffer at startup.