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:
Stefan Kangas 2023-08-29 23:49:57 +02:00
parent 53162eff8d
commit 2909ef8d3d

View file

@ -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.