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/kmacro.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/kmacro.el')
-rw-r--r-- | lisp/kmacro.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/kmacro.el b/lisp/kmacro.el index 4cb3bb77d40..a738bb5e00a 100644 --- a/lisp/kmacro.el +++ b/lisp/kmacro.el @@ -895,7 +895,7 @@ without repeating the prefix." (defun kmacro-edit-lossage () - "Edit most recent 100 keystrokes as a keyboard macro." + "Edit most recent 300 keystrokes as a keyboard macro." (interactive) (kmacro-push-ring) (edit-kbd-macro "\C-hl")) |