diff options
| author | Lars Magne Ingebrigtsen | 2011-07-15 17:46:28 +0200 |
|---|---|---|
| committer | Lars Magne Ingebrigtsen | 2011-07-15 17:46:28 +0200 |
| commit | 89671e16b34f41fd4b56cf01f329bbed26c483f8 (patch) | |
| tree | c657641a1ff90aeafa041ea85726a3cb5b92735e | |
| parent | 64348f40105be3d3fdd79662903b74a03edfe544 (diff) | |
| download | emacs-89671e16b34f41fd4b56cf01f329bbed26c483f8.tar.gz emacs-89671e16b34f41fd4b56cf01f329bbed26c483f8.zip | |
* help.texi (Misc Help): Mention `describe-prefix-bindings' explicitly.
Fixes: debbugs:8904
| -rw-r--r-- | doc/emacs/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/emacs/help.texi | 10 |
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 @@ | |||
| 1 | 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 2 | |||
| 3 | * help.texi (Misc Help): Mention `describe-prefix-bindings' | ||
| 4 | explicitly (bug#8904). | ||
| 5 | |||
| 1 | 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | 2011-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 | |||
| 589 | character's syntax (@pxref{Syntax Tables,, Syntax Tables, elisp, The | 589 | character's syntax (@pxref{Syntax Tables,, Syntax Tables, elisp, The |
| 590 | Emacs Lisp Reference Manual}). | 590 | Emacs 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 |
| 593 | typing @kbd{C-h} after the prefix key. (There are a few prefix keys | 594 | typing @kbd{C-h} (@code{describe-prefix-bindings}) after the prefix |
| 594 | for which this does not work---those that provide their own bindings | 595 | key. (There are a few prefix keys for which this does not |
| 595 | for @kbd{C-h}. One of these is @key{ESC}, because @kbd{@key{ESC} C-h} | 596 | work---those that provide their own bindings for @kbd{C-h}. One of |
| 596 | is actually @kbd{C-M-h}, which marks a defun.) | 597 | these 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 |