From 2909ef8d3d73518525ce6a8a3e4f984575300f3b Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Tue, 29 Aug 2023 23:49:57 +0200 Subject: [PATCH] Add quotes around `C-x C-f` in the *scratch* buffer * lisp/startup.el (initial-scratch-message): Add quotes around the 'find-file' keybinding. --- lisp/startup.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.