diff options
Diffstat (limited to 'doc/emacs/help.texi')
-rw-r--r-- | doc/emacs/help.texi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/emacs/help.texi b/doc/emacs/help.texi index 8b4adf947ef..25e783f6ed7 100644 --- a/doc/emacs/help.texi +++ b/doc/emacs/help.texi @@ -536,8 +536,9 @@ command works depend on the major mode. @findex view-lossage If something surprising happens, and you are not sure what you typed, use @kbd{C-h l} (@code{view-lossage}). @kbd{C-h l} displays your last -300 input keystrokes. If you see commands that you don't know, you can -use @kbd{C-h c} to find out what they do. +300 input keystrokes and the commands they invoked. If you see +commands that you are not familiar with, you can use @kbd{C-h k} or +@kbd{C-h f} to find out what they do. @kindex C-h e @findex view-echo-area-messages |