From b0b5100aca497b7e6349003f659288faed5c2584 Mon Sep 17 00:00:00 2001 From: Romain Francoise Date: Sat, 11 Oct 2008 18:55:08 +0000 Subject: [PATCH] (Edit Keyboard Macro): Lossage is now 300 keys. --- doc/emacs/ChangeLog | 4 ++++ doc/emacs/kmacro.texi | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 2c2ffd3c73d..7386232f2ec 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -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 --git a/doc/emacs/kmacro.texi b/doc/emacs/kmacro.texi index 9a6cb159fb8..a9636a4ad9a 100644 --- a/doc/emacs/kmacro.texi +++ b/doc/emacs/kmacro.texi @@ -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 -- 2.39.5