summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen <larsi@gnus.org>2011-07-15 17:46:28 +0200
committerLars Magne Ingebrigtsen <larsi@gnus.org>2011-07-15 17:46:28 +0200
commit89671e16b34f41fd4b56cf01f329bbed26c483f8 (patch)
treec657641a1ff90aeafa041ea85726a3cb5b92735e
parent64348f40105be3d3fdd79662903b74a03edfe544 (diff)
downloademacs-89671e16b34f41fd4b56cf01f329bbed26c483f8.tar.gz
* help.texi (Misc Help): Mention `describe-prefix-bindings' explicitly.
Fixes: debbugs:8904
-rw-r--r--doc/emacs/ChangeLog5
-rw-r--r--doc/emacs/help.texi10
2 files changed, 11 insertions, 4 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index 531bf206a80..e10b9a83a43 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,3 +1,8 @@
+2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
+
+ * help.texi (Misc Help): Mention `describe-prefix-bindings'
+ explicitly (bug#8904).
+
2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
* trouble.texi (Checklist): Use an `M-x' example instead of an
diff --git a/doc/emacs/help.texi b/doc/emacs/help.texi
index 76a9f2413b1..9a75bfb1887 100644
--- a/doc/emacs/help.texi
+++ b/doc/emacs/help.texi
@@ -589,11 +589,13 @@ displays the contents of the syntax table, with explanations of each
character's syntax (@pxref{Syntax Tables,, Syntax Tables, elisp, The
Emacs Lisp Reference Manual}).
+@findex describe-prefix-bindings
You can get a list of subcommands for a particular prefix key by
-typing @kbd{C-h} after the prefix key. (There are a few prefix keys
-for which this does not work---those that provide their own bindings
-for @kbd{C-h}. One of these is @key{ESC}, because @kbd{@key{ESC} C-h}
-is actually @kbd{C-M-h}, which marks a defun.)
+typing @kbd{C-h} (@code{describe-prefix-bindings}) after the prefix
+key. (There are a few prefix keys for which this does not
+work---those that provide their own bindings for @kbd{C-h}. One of
+these is @key{ESC}, because @kbd{@key{ESC} C-h} is actually
+@kbd{C-M-h}, which marks a defun.)
@node Help Files
@section Help Files