aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann1999-11-11 11:54:07 +0000
committerGerd Moellmann1999-11-11 11:54:07 +0000
commit3b79c219074cdd7a09731f57352a910cfb418bd6 (patch)
treee2bbd634bcbbb465c1b306db7d2d9d87ce15cad7
parent339ee9797d7d80d6b934e6a335c57d39303bbdcc (diff)
downloademacs-3b79c219074cdd7a09731f57352a910cfb418bd6.tar.gz
emacs-3b79c219074cdd7a09731f57352a910cfb418bd6.zip
(initial-scratch-message): Add ";;" to the front of
lines in the message.
-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'."
765 (if noninteractive (kill-emacs t))) 765 (if noninteractive (kill-emacs t)))
766 766
767(defcustom initial-scratch-message "\ 767(defcustom initial-scratch-message "\
768This buffer is for notes you don't want to save, and for Lisp evaluation. 768;; This buffer is for notes you don't want to save, and for Lisp evaluation.
769If you want to create a file, visit that file with C-x C-f, 769;; If you want to create a file, visit that file with C-x C-f,
770then enter the text in that file's own buffer. 770;; then enter the text in that file's own buffer.
771 771
772" 772"
773 "Initial message displayed in *scratch* buffer at startup. 773 "Initial message displayed in *scratch* buffer at startup.