diff options
author | Chong Yidong <cyd@gnu.org> | 2012-10-23 10:23:39 +0800 |
---|---|---|
committer | Chong Yidong <cyd@gnu.org> | 2012-10-23 10:23:39 +0800 |
commit | 1fb3aa3fead098e7df1428c7a70e3a32f1da23e4 (patch) | |
tree | 9e1c867779f3438bdf12a5a7764c8359cac84d27 /doc/emacs/kmacro.texi | |
parent | 608d9d7caf59345fafdb4d412a1706e7028e1c3c (diff) |
* doc/lispref/keymaps.texi (Key Sequences): Avoid referring to Edit Macro mode.
* doc/emacs/kmacro.texi (Edit Keyboard Macro): Fix typo.
Fixes: debbugs:12529
Diffstat (limited to 'doc/emacs/kmacro.texi')
-rw-r--r-- | doc/emacs/kmacro.texi | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/emacs/kmacro.texi b/doc/emacs/kmacro.texi index 7a3f3151e5..3b83d24e40 100644 --- a/doc/emacs/kmacro.texi +++ b/doc/emacs/kmacro.texi @@ -482,10 +482,11 @@ Edit the last 300 keystrokes as a keyboard macro @kindex C-x C-k C-e @kindex C-x C-k RET You can edit the last keyboard macro by typing @kbd{C-x C-k C-e} or -@kbd{C-x C-k RET} (@code{kmacro-edit-macro}). This formats the macro -definition in a buffer and enters a specialized major mode for editing -it. Type @kbd{C-h m} once in that buffer to display details of how to -edit the macro. When you are finished editing, type @kbd{C-c C-c}. +@kbd{C-x C-k @key{RET}} (@code{kmacro-edit-macro}). This formats the +macro definition in a buffer and enters a specialized major mode for +editing it. Type @kbd{C-h m} once in that buffer to display details +of how to edit the macro. When you are finished editing, type +@kbd{C-c C-c}. @findex edit-kbd-macro @kindex C-x C-k e |