1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

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.
This commit is contained in:
Eli Zaretskii 2015-11-28 15:49:05 +02:00
parent 74646d1d1c
commit ea087151a9
2 changed files with 4 additions and 2 deletions

View file

@ -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

View file

@ -145,6 +145,7 @@ is intended for adding to 'kill-emacs-query-functions'.
added via the new Network Security Manager (NSM) and controlled via
the `network-security-level' variable.
+++
** C-h l now also lists the commands that were run.
** M-x suggests shorthands and ignores obsolete commands for completion.