From 55f84a12ec1451788cbabad983f19e065be1d43e Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Mon, 22 Nov 2021 16:27:55 +0100 Subject: [PATCH] ; Improve recent NEWS entry * etc/NEWS: Improve recently added entry on substitution of literal key sequences. Thanks to Eli Zaretskii . --- etc/NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/NEWS b/etc/NEWS index 47b5578dee1..09f17d6553b 100644 --- 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 -- 2.39.5