diff options
| author | Romain Francoise | 2008-10-11 18:55:08 +0000 |
|---|---|---|
| committer | Romain Francoise | 2008-10-11 18:55:08 +0000 |
| commit | b0b5100aca497b7e6349003f659288faed5c2584 (patch) | |
| tree | aefcbf8a78815a355b541bee181c9e658914a269 | |
| parent | 6b8d1c7243b68623aac3eba9414898b8aaf590f8 (diff) | |
| download | emacs-b0b5100aca497b7e6349003f659288faed5c2584.tar.gz emacs-b0b5100aca497b7e6349003f659288faed5c2584.zip | |
(Edit Keyboard Macro): Lossage is now 300 keys.
| -rw-r--r-- | doc/emacs/ChangeLog | 4 | ||||
| -rw-r--r-- | 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 @@ | |||
| 1 | 2008-10-11 Romain Francoise <romain@orebokech.com> | ||
| 2 | |||
| 3 | * kmacro.texi (Edit Keyboard Macro): Lossage is now 300 keys. | ||
| 4 | |||
| 1 | 2008-10-11 Chong Yidong <cyd@stupidchicken.com> | 5 | 2008-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} |
| 473 | Edit a previously defined keyboard macro @var{name} (@code{edit-kbd-macro}). | 473 | Edit 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 |
| 475 | Edit the last 100 keystrokes as a keyboard macro | 475 | Edit 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 |