diff options
author | Romain Francoise <romain@orebokech.com> | 2008-10-11 18:43:38 +0000 |
---|---|---|
committer | Romain Francoise <romain@orebokech.com> | 2008-10-11 18:43:38 +0000 |
commit | 6b8d1c7243b68623aac3eba9414898b8aaf590f8 (patch) | |
tree | 334e868ceb54dd650cd277fcc4eb5c887a9dccc5 /lisp/help.el | |
parent | 6d02b70b0a2ea4e00ee8805dfa039a8e1d34bd1f (diff) | |
download | emacs-6b8d1c7243b68623aac3eba9414898b8aaf590f8.tar.gz |
* help.el (view-lossage): Fix docstring, lossage is now 300 keys.
* kmacro.el (kmacro-edit-lossage): Ditto.
* edmacro.el (edit-kbd-macro): Ditto.
Diffstat (limited to 'lisp/help.el')
-rw-r--r-- | lisp/help.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/help.el b/lisp/help.el index 9ab2d77854b..c43562f1ca4 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -453,7 +453,7 @@ is specified by the variable `message-log-max'." (view-help-file "MORE.STUFF")) (defun view-lossage () - "Display last 100 input keystrokes. + "Display last 300 input keystrokes. To record all your input on a file, use `open-dribble-file'." (interactive) |