Add quotes around C-x C-f
in the *scratch* buffer
* lisp/startup.el (initial-scratch-message): Add quotes around the 'find-file' keybinding.
This commit is contained in:
parent
53162eff8d
commit
2909ef8d3d
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue