aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Francoise2008-10-11 18:55:08 +0000
committerRomain Francoise2008-10-11 18:55:08 +0000
commitb0b5100aca497b7e6349003f659288faed5c2584 (patch)
treeaefcbf8a78815a355b541bee181c9e658914a269
parent6b8d1c7243b68623aac3eba9414898b8aaf590f8 (diff)
downloademacs-b0b5100aca497b7e6349003f659288faed5c2584.tar.gz
emacs-b0b5100aca497b7e6349003f659288faed5c2584.zip
(Edit Keyboard Macro): Lossage is now 300 keys.
-rw-r--r--doc/emacs/ChangeLog4
-rw-r--r--doc/emacs/kmacro.texi4
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 @@
12008-10-11 Romain Francoise <romain@orebokech.com>
2
3 * kmacro.texi (Edit Keyboard Macro): Lossage is now 300 keys.
4
12008-10-11 Chong Yidong <cyd@stupidchicken.com> 52008-10-11 Chong Yidong <cyd@stupidchicken.com>
2 6
3 * buffers.texi (Buffers): Add xrefs to Mode Line and Lisp Interaction. 7 * 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}).
472@item C-x C-k e @var{name} @key{RET} 472@item C-x C-k e @var{name} @key{RET}
473Edit a previously defined keyboard macro @var{name} (@code{edit-kbd-macro}). 473Edit a previously defined keyboard macro @var{name} (@code{edit-kbd-macro}).
474@item C-x C-k l 474@item C-x C-k l
475Edit the last 100 keystrokes as a keyboard macro 475Edit the last 300 keystrokes as a keyboard macro
476(@code{kmacro-edit-lossage}). 476(@code{kmacro-edit-lossage}).
477@end table 477@end table
478 478
@@ -494,7 +494,7 @@ keyboard input that you would use to invoke the macro---@kbd{C-x e} or
494 494
495@findex kmacro-edit-lossage 495@findex kmacro-edit-lossage
496@kindex C-x C-k l 496@kindex C-x C-k l
497 You can edit the last 100 keystrokes as a macro by typing 497 You can edit the last 300 keystrokes as a macro by typing
498@kbd{C-x C-k l} (@code{kmacro-edit-lossage}). 498@kbd{C-x C-k l} (@code{kmacro-edit-lossage}).
499 499
500@node Keyboard Macro Step-Edit 500@node Keyboard Macro Step-Edit