changeset 26405:1b44b874f555

(initial-scratch-message): Add ";;" to the front of lines in the message.
author Gerd Moellmann <gerd@gnu.org>
date Thu, 11 Nov 1999 11:54:07 +0000
parents c3c9cc1c2379
children fe5b54ea4b1b
files lisp/startup.el
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/startup.el	Thu Nov 11 11:45:06 1999 +0000
+++ b/lisp/startup.el	Thu Nov 11 11:54:07 1999 +0000
@@ -765,9 +765,9 @@
   (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.