diff options
author | Romain Francoise <romain@orebokech.com> | 2008-10-11 18:43:38 +0000 |
---|---|---|
committer | Romain Francoise <romain@orebokech.com> | 2008-10-11 18:43:38 +0000 |
commit | 6b8d1c7243b68623aac3eba9414898b8aaf590f8 (patch) | |
tree | 334e868ceb54dd650cd277fcc4eb5c887a9dccc5 /lisp/edmacro.el | |
parent | 6d02b70b0a2ea4e00ee8805dfa039a8e1d34bd1f (diff) | |
download | emacs-6b8d1c7243b68623aac3eba9414898b8aaf590f8.tar.gz emacs-6b8d1c7243b68623aac3eba9414898b8aaf590f8.tar.bz2 emacs-6b8d1c7243b68623aac3eba9414898b8aaf590f8.zip |
* help.el (view-lossage): Fix docstring, lossage is now 300 keys.
* kmacro.el (kmacro-edit-lossage): Ditto.
* edmacro.el (edit-kbd-macro): Ditto.
Diffstat (limited to 'lisp/edmacro.el')
-rw-r--r-- | lisp/edmacro.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/edmacro.el b/lisp/edmacro.el index 29f99676062..872d853c4b1 100644 --- a/lisp/edmacro.el +++ b/lisp/edmacro.el @@ -37,7 +37,7 @@ ;; * `M-x' followed by a command name, to edit a named command ;; whose definition is a keyboard macro. ;; -;; * `C-h l' (view-lossage), to edit the 100 most recent keystrokes +;; * `C-h l' (view-lossage), to edit the 300 most recent keystrokes ;; and install them as the "current" macro. ;; ;; * any key sequence whose definition is a keyboard macro. @@ -96,7 +96,7 @@ Default nil means to write characters above \\177 in octal notation.") "Edit a keyboard macro. At the prompt, type any key sequence which is bound to a keyboard macro. Or, type `C-x e' or RET to edit the last keyboard macro, `C-h l' to edit -the last 100 keystrokes as a keyboard macro, or `M-x' to edit a macro by +the last 300 keystrokes as a keyboard macro, or `M-x' to edit a macro by its command name. With a prefix argument, format the macro in a more concise way." (interactive "kKeyboard macro to edit (C-x e, M-x, C-h l, or keys): \nP") |