]> git.eshelyaron.com Git - emacs.git/commitdiff
* help.texi (Misc Help): Mention `describe-prefix-bindings' explicitly.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Fri, 15 Jul 2011 15:46:28 +0000 (17:46 +0200)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Fri, 15 Jul 2011 15:46:28 +0000 (17:46 +0200)
Fixes: debbugs:8904
doc/emacs/ChangeLog
doc/emacs/help.texi

index 531bf206a80b7d0f65183f23618414c0fe0f6d3a..e10b9a83a432f37a534711ba382cae46817439de 100644 (file)
@@ -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
index 76a9f2413b109bfef870379bfafd8e40cf0b9786..9a75bfb1887280e9bccd306c597d5f42b6f503cd 100644 (file)
@@ -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