diff lisp/kmacro.el @ 98621:835147d28933

* help.el (view-lossage): Fix docstring, lossage is now 300 keys. * kmacro.el (kmacro-edit-lossage): Ditto. * edmacro.el (edit-kbd-macro): Ditto.
author Romain Francoise <romain@orebokech.com>
date Sat, 11 Oct 2008 18:43:38 +0000
parents 5a5628e1aa0f
children 02293738a6f4
line wrap: on
line diff
--- a/lisp/kmacro.el	Sat Oct 11 18:35:15 2008 +0000
+++ b/lisp/kmacro.el	Sat Oct 11 18:43:38 2008 +0000
@@ -895,7 +895,7 @@
 
 
 (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"))