(initial-scratch-message): Add ";;" to the front of
lines in the message.
This commit is contained in:
parent
339ee9797d
commit
3b79c21907
1 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue