]> git.eshelyaron.com Git - emacs.git/commitdiff
; Improve recent NEWS entry
authorStefan Kangas <stefan@marxist.se>
Mon, 22 Nov 2021 15:27:55 +0000 (16:27 +0100)
committerStefan Kangas <stefan@marxist.se>
Mon, 22 Nov 2021 15:28:08 +0000 (16:28 +0100)
* etc/NEWS: Improve recently added entry on substitution of
literal key sequences.  Thanks to Eli Zaretskii <eliz@gnu.org>.

etc/NEWS

index 47b5578dee127693cb0f6824fb752eddeeed1122..09f17d6553b2fe733a98b9ce68976bdb59162dd9 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -721,8 +721,8 @@ vectors and strings.
 
 +++
 ** New substitution in docstrings and 'substitute-command-keys'.
-Use "\\`KEYSEQ'" to insert a literal key sequence "KEYSEQ"
-(e.g. "C-k") in a docstring or when calling 'substitute-command-keys',
+Use \\`KEYSEQ' to insert a literal key sequence "KEYSEQ" (for example
+\\`C-k') in a docstring or when calling 'substitute-command-keys',
 which will use the same face as a command substitution.  This should
 be used only when a key sequence has no corresponding command, for
 example when it is read directly with 'read-key-sequence'.  It must be