]> git.eshelyaron.com Git - emacs.git/commitdiff
(Edit Keyboard Macro): Lossage is now 300 keys.
authorRomain Francoise <romain@orebokech.com>
Sat, 11 Oct 2008 18:55:08 +0000 (18:55 +0000)
committerRomain Francoise <romain@orebokech.com>
Sat, 11 Oct 2008 18:55:08 +0000 (18:55 +0000)
doc/emacs/ChangeLog
doc/emacs/kmacro.texi

index 2c2ffd3c73d2116fb9117586fccbd91912c80f5c..7386232f2ec0ae9f637676dc1cb002bebc857338 100644 (file)
@@ -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.
index 9a6cb159fb8e913cb45b0dfc5382c8291fd71eea..a9636a4ad9a693affd893c4f8563fb8d0483b9a2 100644 (file)
@@ -472,7 +472,7 @@ Edit the last defined keyboard macro (@code{kmacro-edit-macro}).
 @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 @@ keyboard input that you would use to invoke the macro---@kbd{C-x e} or
 
 @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