diff options
| author | Lars Ingebrigtsen | 2022-06-13 17:30:36 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2022-06-13 17:30:36 +0200 |
| commit | abe75e55209073366670339c519fa69a3f93441e (patch) | |
| tree | 34935207de9627c30d12da01add5bbb24d37e65e | |
| parent | f188b0185e7ace193b1c5501c5520578b4216ea0 (diff) | |
| download | emacs-abe75e55209073366670339c519fa69a3f93441e.tar.gz emacs-abe75e55209073366670339c519fa69a3f93441e.zip | |
Mention \`M-x ...' in the lispref manual
* doc/lispref/help.texi (Keys in Documentation): Note \`M-x ...'
syntax.
| -rw-r--r-- | doc/lispref/help.texi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/lispref/help.texi b/doc/lispref/help.texi index bc790332038..463039c5a0e 100644 --- a/doc/lispref/help.texi +++ b/doc/lispref/help.texi | |||
| @@ -345,7 +345,10 @@ stands for a key sequence @var{KEYSEQ}, which will use the same face | |||
| 345 | as a command substitution. This should be used only when a key | 345 | as a command substitution. This should be used only when a key |
| 346 | sequence has no corresponding command, for example when it is read | 346 | sequence has no corresponding command, for example when it is read |
| 347 | directly with @code{read-key-sequence}. It must be a valid key | 347 | directly with @code{read-key-sequence}. It must be a valid key |
| 348 | sequence according to @code{key-valid-p}. | 348 | sequence according to @code{key-valid-p}. It can also be used with |
| 349 | command names, like @samp{\`M-x foo'}, where you want this to be | ||
| 350 | fontified like a keyboard sequence, but you want to inhibit | ||
| 351 | translating it into a key sequence like @samp{\[foo]} does. | ||
| 349 | 352 | ||
| 350 | @item ` | 353 | @item ` |
| 351 | (grave accent) stands for a left quote. | 354 | (grave accent) stands for a left quote. |