]> git.eshelyaron.com Git - emacs.git/commitdiff
Mention \`M-x ...' in the lispref manual
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 13 Jun 2022 15:30:36 +0000 (17:30 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 13 Jun 2022 15:30:36 +0000 (17:30 +0200)
* doc/lispref/help.texi (Keys in Documentation): Note \`M-x ...'
syntax.

doc/lispref/help.texi

index bc7903320383a5eefab3a74ef590c58f6cb71b49..463039c5a0ea875e1d579d51aadbec97943af2bb 100644 (file)
@@ -345,7 +345,10 @@ stands for a key sequence @var{KEYSEQ}, 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 @code{read-key-sequence}.  It must be a valid key
-sequence according to @code{key-valid-p}.
+sequence according to @code{key-valid-p}.  It can also be used with
+command names, like @samp{\`M-x foo'}, where you want this to be
+fontified like a keyboard sequence, but you want to inhibit
+translating it into a key sequence like @samp{\[foo]} does.
 
 @item `
 (grave accent) stands for a left quote.