# HG changeset patch # User Romain Francoise # Date 1223751308 0 # Node ID 99b9163e937f8fc5d9dce4f20a7d29a53f7a5fa5 # Parent 835147d28933d724879072c0de9ccee5a50ca12f (Edit Keyboard Macro): Lossage is now 300 keys. diff -r 835147d28933 -r 99b9163e937f doc/emacs/ChangeLog --- 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 + + * kmacro.texi (Edit Keyboard Macro): Lossage is now 300 keys. + 2008-10-11 Chong Yidong * buffers.texi (Buffers): Add xrefs to Mode Line and Lisp Interaction. diff -r 835147d28933 -r 99b9163e937f doc/emacs/kmacro.texi --- 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