aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2015-11-28 15:49:05 +0200
committerEli Zaretskii2015-11-28 15:49:05 +0200
commitea087151a901da36dd9ddc0843583906afafc7c5 (patch)
tree433287ef34f339c79aa0adfdba42ef6df0b77bc4
parent74646d1d1cf807b5fb534c38dbe65c58d31416d0 (diff)
downloademacs-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.
-rw-r--r--doc/emacs/help.texi5
-rw-r--r--etc/NEWS1
2 files changed, 4 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,
538use @kbd{C-h l} (@code{view-lossage}). @kbd{C-h l} displays your last 538use @kbd{C-h l} (@code{view-lossage}). @kbd{C-h l} displays your last
539300 input keystrokes. If you see commands that you don't know, you can 539300 input keystrokes and the commands they invoked. If you see
540use @kbd{C-h c} to find out what they do. 540commands 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
diff --git a/etc/NEWS b/etc/NEWS
index 7a95a3efb2a..bd8edee5538 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -145,6 +145,7 @@ is intended for adding to 'kill-emacs-query-functions'.
145added via the new Network Security Manager (NSM) and controlled via 145added via the new Network Security Manager (NSM) and controlled via
146the `network-security-level' variable. 146the `network-security-level' variable.
147 147
148+++
148** C-h l now also lists the commands that were run. 149** C-h l now also lists the commands that were run.
149 150
150** M-x suggests shorthands and ignores obsolete commands for completion. 151** M-x suggests shorthands and ignores obsolete commands for completion.