projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53162ef
)
Add quotes around `C-x C-f` in the *scratch* buffer
author
Stefan Kangas
<stefankangas@gmail.com>
Tue, 29 Aug 2023 21:49:57 +0000
(23:49 +0200)
committer
Stefan Kangas
<stefankangas@gmail.com>
Tue, 29 Aug 2023 22:06:38 +0000
(
00:06
+0200)
* lisp/startup.el (initial-scratch-message): Add quotes around the
'find-file' keybinding.
lisp/startup.el
patch
|
blob
|
history
diff --git
a/lisp/startup.el
b/lisp/startup.el
index 4d0e59ba4f39e16f47f62d86e873733d86afadfa..6329e3ea8d003b1f45266b4960929c8d2bfb2d0f 100644
(file)
--- a/
lisp/startup.el
+++ b/
lisp/startup.el
@@
-1682,7
+1682,7
@@
Changed settings will be marked as \"CHANGED outside of Customize\"."
(defcustom initial-scratch-message (purecopy "\
;; This buffer is for text that is not saved, and for Lisp evaluation.
-;; To create a file, visit it with
\\[find-file]
and enter text in its buffer.
+;; To create a file, visit it with
`\\[find-file]'
and enter text in its buffer.
")
"Initial documentation displayed in *scratch* buffer at startup.