]> code.delx.au - gnu-emacs/commitdiff
Document changes in "C-h l"
authorEli Zaretskii <eliz@gnu.org>
Sat, 28 Nov 2015 13:49:05 +0000 (15:49 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 28 Nov 2015 13:49:05 +0000 (15:49 +0200)
* doc/emacs/help.texi (Misc Help): Document the changes in "C-h l".

* etc/NEWS: mark "C-h l" changes as documented.

doc/emacs/help.texi
etc/NEWS

index 8b4adf947ef3a7d509c452c70c3576198d77a517..25e783f6ed7d6013e8e81d61e4da38c81d3da9c4 100644 (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
index 7a95a3efb2a28dfe4f72080748137c0f0c329e91..bd8edee5538ca6dd25b40b1fc81e01cfe49fe6bc 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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.