diff options
| author | Mattias EngdegÄrd | 2021-07-01 14:27:13 +0200 |
|---|---|---|
| committer | Mattias EngdegÄrd | 2021-07-01 14:29:25 +0200 |
| commit | dc0ce5ff1129ae02e80fd7f505b085cc40037c64 (patch) | |
| tree | b3fcb2bfdbd7a43d9da7469feef0a112ec2b907a | |
| parent | 527bab054f285cde9d7f792c932c40ddcce74590 (diff) | |
| download | emacs-dc0ce5ff1129ae02e80fd7f505b085cc40037c64.tar.gz emacs-dc0ce5ff1129ae02e80fd7f505b085cc40037c64.zip | |
Update describe-prefix-binding manual text
* doc/emacs/help.texi (Misc Help): `ESC ?` isn't unbound any more.
| -rw-r--r-- | doc/emacs/help.texi | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/emacs/help.texi b/doc/emacs/help.texi index f144fd29229..0caab681d34 100644 --- a/doc/emacs/help.texi +++ b/doc/emacs/help.texi | |||
| @@ -629,13 +629,14 @@ Emacs Lisp Reference Manual}). | |||
| 629 | 629 | ||
| 630 | @findex describe-prefix-bindings | 630 | @findex describe-prefix-bindings |
| 631 | You can get a list of subcommands for a particular prefix key by | 631 | You can get a list of subcommands for a particular prefix key by |
| 632 | typing @kbd{C-h}, @kbd{?}, or @key{F1} | 632 | typing @kbd{C-h}, @kbd{?}, or @key{f1} |
| 633 | (@code{describe-prefix-bindings}) after the prefix key. (There are a | 633 | (@code{describe-prefix-bindings}) after the prefix key. (There are a |
| 634 | few prefix keys for which not all of these keys work---those that | 634 | few prefix keys for which not all of these keys work---those that |
| 635 | provide their own bindings for that key. One of these prefix keys | 635 | provide their own bindings for that key. One of these prefix keys |
| 636 | is @key{ESC}, because @kbd{@key{ESC} C-h} is actually @kbd{C-M-h}, | 636 | is @key{ESC}, because @kbd{@key{ESC} C-h} and @kbd{@key{ESC} ?} are |
| 637 | which marks a defun. However, @w{@kbd{@key{ESC} @key{F1}}} and | 637 | actually @kbd{C-M-h} (@code{mark-defun}) and @kbd{M-?} |
| 638 | @w{@kbd{@key{ESC} ?}} work fine.) | 638 | (@code{xref-find-references}), respectively. However, |
| 639 | @w{@kbd{@key{ESC} @key{f1}}} works fine.) | ||
| 639 | 640 | ||
| 640 | @findex describe-keymap | 641 | @findex describe-keymap |
| 641 | Finally, @kbd{M-x describe-keymap} prompts for the name of a keymap, | 642 | Finally, @kbd{M-x describe-keymap} prompts for the name of a keymap, |