Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
3b79c219
Commit
3b79c219
authored
Nov 11, 1999
by
Gerd Moellmann
Browse files
(initial-scratch-message): Add ";;" to the front of
lines in the message.
parent
339ee979
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lisp/startup.el
lisp/startup.el
+3
-3
No files found.
lisp/startup.el
View file @
3b79c219
...
@@ -765,9 +765,9 @@ or `CVS', and any subdirectory that contains a file named `.nosearch'."
...
@@ -765,9 +765,9 @@ or `CVS', and any subdirectory that contains a file named `.nosearch'."
(
if
noninteractive
(
kill-emacs
t
)))
(
if
noninteractive
(
kill-emacs
t
)))
(
defcustom
initial-scratch-message
"\
(
defcustom
initial-scratch-message
"\
This
buffer
is
for
notes
you
don
't
want
to
save,
and
for
Lisp
evaluation.
;;
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,
;;
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.
;;
then enter the text in that file's own buffer.
"
"
"
Initial
message
displayed
in
*scratch*
buffer
at
startup.
"
Initial
message
displayed
in
*scratch*
buffer
at
startup.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment