summaryrefslogtreecommitdiff
path: root/lisp/startup.el
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>1999-11-11 11:54:07 +0000
committerGerd Moellmann <gerd@gnu.org>1999-11-11 11:54:07 +0000
commit3b79c219074cdd7a09731f57352a910cfb418bd6 (patch)
treee2bbd634bcbbb465c1b306db7d2d9d87ce15cad7 /lisp/startup.el
parent339ee9797d7d80d6b934e6a335c57d39303bbdcc (diff)
downloademacs-3b79c219074cdd7a09731f57352a910cfb418bd6.tar.gz
(initial-scratch-message): Add ";;" to the front of
lines in the message.
Diffstat (limited to 'lisp/startup.el')
-rw-r--r--lisp/startup.el6
1 files 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.