]> git.eshelyaron.com Git - emacs.git/commitdiff
Add quotes around `C-x C-f` in the *scratch* buffer
authorStefan Kangas <stefankangas@gmail.com>
Tue, 29 Aug 2023 21:49:57 +0000 (23:49 +0200)
committerStefan 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

index 4d0e59ba4f39e16f47f62d86e873733d86afadfa..6329e3ea8d003b1f45266b4960929c8d2bfb2d0f 100644 (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.