aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias EngdegÄrd2021-07-01 14:27:13 +0200
committerMattias EngdegÄrd2021-07-01 14:29:25 +0200
commitdc0ce5ff1129ae02e80fd7f505b085cc40037c64 (patch)
treeb3fcb2bfdbd7a43d9da7469feef0a112ec2b907a
parent527bab054f285cde9d7f792c932c40ddcce74590 (diff)
downloademacs-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.texi9
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
632typing @kbd{C-h}, @kbd{?}, or @key{F1} 632typing @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
634few prefix keys for which not all of these keys work---those that 634few prefix keys for which not all of these keys work---those that
635provide their own bindings for that key. One of these prefix keys 635provide their own bindings for that key. One of these prefix keys
636is @key{ESC}, because @kbd{@key{ESC} C-h} is actually @kbd{C-M-h}, 636is @key{ESC}, because @kbd{@key{ESC} C-h} and @kbd{@key{ESC} ?} are
637which marks a defun. However, @w{@kbd{@key{ESC} @key{F1}}} and 637actually @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
641Finally, @kbd{M-x describe-keymap} prompts for the name of a keymap, 642Finally, @kbd{M-x describe-keymap} prompts for the name of a keymap,