changeset 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 835147d28933
children 8a9f44d8feb0
files doc/emacs/ChangeLog doc/emacs/kmacro.texi
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/doc/emacs/ChangeLog	Sat Oct 11 18:43:38 2008 +0000
+++ b/doc/emacs/ChangeLog	Sat Oct 11 18:55:08 2008 +0000
@@ -1,3 +1,7 @@
+2008-10-11  Romain Francoise  <romain@orebokech.com>
+
+	* kmacro.texi (Edit Keyboard Macro): Lossage is now 300 keys.
+
 2008-10-11  Chong Yidong  <cyd@stupidchicken.com>
 
 	* buffers.texi (Buffers): Add xrefs to Mode Line and Lisp Interaction.
--- 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