summaryrefslogtreecommitdiff
path: root/lisp/kmacro.el
diff options
context:
space:
mode:
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"))