summaryrefslogtreecommitdiff
path: root/doc/emacs/help.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/emacs/help.texi')
-rw-r--r--doc/emacs/help.texi4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/emacs/help.texi b/doc/emacs/help.texi
index 6d9f3f4a29d..34a354891b4 100644
--- a/doc/emacs/help.texi
+++ b/doc/emacs/help.texi
@@ -573,14 +573,12 @@ command works depend on the major mode.
@kindex C-h l
@findex view-lossage
-@findex update-lossage-size
@findex lossage-size
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
input keystrokes and the commands they invoked. By default, Emacs
stores the last 300 events; if you wish, you can change this number with
-the command @code{update-lossage-size}. The function @code{lossage-size}
-returns the current value for the lossage limit.
+the command @code{lossage-size}.
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.