From: Stefan Kangas Date: Tue, 29 Aug 2023 21:49:57 +0000 (+0200) Subject: Add quotes around `C-x C-f` in the *scratch* buffer X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2909ef8d3d73518525ce6a8a3e4f984575300f3b;p=emacs.git Add quotes around `C-x C-f` in the *scratch* buffer * lisp/startup.el (initial-scratch-message): Add quotes around the 'find-file' keybinding. --- diff --git a/lisp/startup.el b/lisp/startup.el index 4d0e59ba4f3..6329e3ea8d0 100644 --- 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.