aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen2011-07-15 17:46:28 +0200
committerLars Magne Ingebrigtsen2011-07-15 17:46:28 +0200
commit89671e16b34f41fd4b56cf01f329bbed26c483f8 (patch)
treec657641a1ff90aeafa041ea85726a3cb5b92735e
parent64348f40105be3d3fdd79662903b74a03edfe544 (diff)
downloademacs-89671e16b34f41fd4b56cf01f329bbed26c483f8.tar.gz
emacs-89671e16b34f41fd4b56cf01f329bbed26c483f8.zip
* 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 @@
12011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2
3 * help.texi (Misc Help): Mention `describe-prefix-bindings'
4 explicitly (bug#8904).
5
12011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org> 62011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2 7
3 * trouble.texi (Checklist): Use an `M-x' example instead of an 8 * 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
589character's syntax (@pxref{Syntax Tables,, Syntax Tables, elisp, The 589character's syntax (@pxref{Syntax Tables,, Syntax Tables, elisp, The
590Emacs Lisp Reference Manual}). 590Emacs Lisp Reference Manual}).
591 591
592@findex describe-prefix-bindings
592 You can get a list of subcommands for a particular prefix key by 593 You can get a list of subcommands for a particular prefix key by
593typing @kbd{C-h} after the prefix key. (There are a few prefix keys 594typing @kbd{C-h} (@code{describe-prefix-bindings}) after the prefix
594for which this does not work---those that provide their own bindings 595key. (There are a few prefix keys for which this does not
595for @kbd{C-h}. One of these is @key{ESC}, because @kbd{@key{ESC} C-h} 596work---those that provide their own bindings for @kbd{C-h}. One of
596is actually @kbd{C-M-h}, which marks a defun.) 597these is @key{ESC}, because @kbd{@key{ESC} C-h} is actually
598@kbd{C-M-h}, which marks a defun.)
597 599
598@node Help Files 600@node Help Files
599@section Help Files 601@section Help Files