aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/help.texi5
-rw-r--r--doc/lispref/keymaps.texi7
2 files changed, 10 insertions, 2 deletions
diff --git a/doc/emacs/help.texi b/doc/emacs/help.texi
index fce6720b934..49c53c5cbc0 100644
--- a/doc/emacs/help.texi
+++ b/doc/emacs/help.texi
@@ -601,6 +601,11 @@ is @key{ESC}, because @kbd{@key{ESC} C-h} is actually @kbd{C-M-h},
601which marks a defun. However, @w{@kbd{@key{ESC} @key{F1}}} and 601which marks a defun. However, @w{@kbd{@key{ESC} @key{F1}}} and
602@w{@kbd{@key{ESC} ?}} work fine.) 602@w{@kbd{@key{ESC} ?}} work fine.)
603 603
604@findex describe-keymap
605Finally, @kbd{M-x describe-keymap} prompts for the name of a keymap,
606with completion, and displays a listing of all key bindings in that
607keymap.
608
604@node Help Files 609@node Help Files
605@section Help Files 610@section Help Files
606 611
diff --git a/doc/lispref/keymaps.texi b/doc/lispref/keymaps.texi
index 259efea3248..4d513132e9f 100644
--- a/doc/lispref/keymaps.texi
+++ b/doc/lispref/keymaps.texi
@@ -1846,8 +1846,11 @@ local map.
1846@cindex scanning keymaps 1846@cindex scanning keymaps
1847@cindex keymaps, scanning 1847@cindex keymaps, scanning
1848 1848
1849 This section describes functions used to scan all the current keymaps 1849 This section describes functions used to scan all the current
1850for the sake of printing help information. 1850keymaps for the sake of printing help information. To display the
1851bindings in a particular keymap, you can use the
1852@code{describe-keymap} command (@pxref{Misc Help, , Other Help
1853Commands, emacs, The GNU Emacs Manual})
1851 1854
1852@defun accessible-keymaps keymap &optional prefix 1855@defun accessible-keymaps keymap &optional prefix
1853This function returns a list of all the keymaps that can be reached (via 1856This function returns a list of all the keymaps that can be reached (via