diff options
| author | Eli Zaretskii | 2015-11-28 15:49:05 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2015-11-28 15:49:05 +0200 |
| commit | ea087151a901da36dd9ddc0843583906afafc7c5 (patch) | |
| tree | 433287ef34f339c79aa0adfdba42ef6df0b77bc4 /doc | |
| parent | 74646d1d1cf807b5fb534c38dbe65c58d31416d0 (diff) | |
| download | emacs-ea087151a901da36dd9ddc0843583906afafc7c5.tar.gz 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')
| -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. | |||
| 536 | @findex view-lossage | 536 | @findex view-lossage |
| 537 | If something surprising happens, and you are not sure what you typed, | 537 | If something surprising happens, and you are not sure what you typed, |
| 538 | use @kbd{C-h l} (@code{view-lossage}). @kbd{C-h l} displays your last | 538 | use @kbd{C-h l} (@code{view-lossage}). @kbd{C-h l} displays your last |
| 539 | 300 input keystrokes. If you see commands that you don't know, you can | 539 | 300 input keystrokes and the commands they invoked. If you see |
| 540 | use @kbd{C-h c} to find out what they do. | 540 | commands that you are not familiar with, you can use @kbd{C-h k} or |
| 541 | @kbd{C-h f} to find out what they do. | ||
| 541 | 542 | ||
| 542 | @kindex C-h e | 543 | @kindex C-h e |
| 543 | @findex view-echo-area-messages | 544 | @findex view-echo-area-messages |