summaryrefslogtreecommitdiff
path: root/lisp/kmacro.el
diff options
context:
space:
mode:
authorRomain Francoise <romain@orebokech.com>2008-10-11 18:43:38 +0000
committerRomain Francoise <romain@orebokech.com>2008-10-11 18:43:38 +0000
commit6b8d1c7243b68623aac3eba9414898b8aaf590f8 (patch)
tree334e868ceb54dd650cd277fcc4eb5c887a9dccc5 /lisp/kmacro.el
parent6d02b70b0a2ea4e00ee8805dfa039a8e1d34bd1f (diff)
* 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.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/kmacro.el b/lisp/kmacro.el
index 4cb3bb77d4..a738bb5e00 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"))