diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/help.texi | 7 |
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. | |||
| 203 | describes the command corresponding to @var{key}. | 203 | describes 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 |
| 206 | sequences, including function keys, menus, and mouse events. For | 206 | sequences, including function keys, menus, and mouse events (except |
| 207 | instance, after @kbd{C-h k} you can select a menu item from the menu | 207 | that @kbd{C-h c} ignores mouse movement events). For instance, after |
| 208 | bar, 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 |
| 209 | documentation 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 |