diff options
author | Eli Zaretskii <eliz@gnu.org> | 2015-11-28 15:49:05 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2015-11-28 15:49:05 +0200 |
commit | ea087151a901da36dd9ddc0843583906afafc7c5 (patch) | |
tree | 433287ef34f339c79aa0adfdba42ef6df0b77bc4 /doc/emacs/help.texi | |
parent | 74646d1d1cf807b5fb534c38dbe65c58d31416d0 (diff) | |
download | emacs-ea087151a901da36dd9ddc0843583906afafc7c5.tar.gz emacs-ea087151a901da36dd9ddc0843583906afafc7c5.tar.bz2 emacs-ea087151a901da36dd9ddc0843583906afafc7c5.zip |
Document changes in "C-h l"
* doc/emacs/help.texi (Misc Help): Document the changes in "C-h l".
* etc/NEWS: mark "C-h l" changes as documented.
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 |