diff doc/emacs/kmacro.texi @ 98622:99b9163e937f

(Edit Keyboard Macro): Lossage is now 300 keys.
author Romain Francoise <romain@orebokech.com>
date Sat, 11 Oct 2008 18:55:08 +0000
parents 6a43f4608b29
children cb5d2387102c
line wrap: on
line diff
--- a/doc/emacs/kmacro.texi	Sat Oct 11 18:43:38 2008 +0000
+++ b/doc/emacs/kmacro.texi	Sat Oct 11 18:55:08 2008 +0000
@@ -472,7 +472,7 @@
 @item C-x C-k e @var{name} @key{RET}
 Edit a previously defined keyboard macro @var{name} (@code{edit-kbd-macro}).
 @item C-x C-k l
-Edit the last 100 keystrokes as a keyboard macro
+Edit the last 300 keystrokes as a keyboard macro
 (@code{kmacro-edit-lossage}).
 @end table
 
@@ -494,7 +494,7 @@
 
 @findex kmacro-edit-lossage
 @kindex C-x C-k l
-  You can edit the last 100 keystrokes as a macro by typing
+  You can edit the last 300 keystrokes as a macro by typing
 @kbd{C-x C-k l} (@code{kmacro-edit-lossage}).
 
 @node Keyboard Macro Step-Edit