aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/help.texi7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/emacs/help.texi b/doc/emacs/help.texi
index 548ca6a1b48..fd6df1c7e53 100644
--- a/doc/emacs/help.texi
+++ b/doc/emacs/help.texi
@@ -203,9 +203,10 @@ string}, which describes exactly what the command does.
203describes the command corresponding to @var{key}. 203describes the command corresponding to @var{key}.
204 204
205 @kbd{C-h c}, @kbd{C-h k} and @kbd{C-h K} work for any sort of key 205 @kbd{C-h c}, @kbd{C-h k} and @kbd{C-h K} work for any sort of key
206sequences, including function keys, menus, and mouse events. For 206sequences, including function keys, menus, and mouse events (except
207instance, after @kbd{C-h k} you can select a menu item from the menu 207that @kbd{C-h c} ignores mouse movement events). For instance, after
208bar, to view the documentation string of the command it runs. 208@kbd{C-h k} you can select a menu item from the menu bar, to view the
209documentation string of the command it runs.
209 210
210@kindex C-h w 211@kindex C-h w
211@findex where-is 212@findex where-is