From 3b79c219074cdd7a09731f57352a910cfb418bd6 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Thu, 11 Nov 1999 11:54:07 +0000 Subject: [PATCH] (initial-scratch-message): Add ";;" to the front of lines in the message. --- lisp/startup.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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. -- 2.39.5