]> code.delx.au - gnu-emacs/blobdiff - lisp/startup.el
*** empty log message ***
[gnu-emacs] / lisp / startup.el
index 53913211d1e481f5c72aad5a0d52eb2f6d0a0bd3..5a0b63e906cb0804b0aef5bc60203b8bad3a8b43 100644 (file)
@@ -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.