# HG changeset patch # User Luc Teirlinck # Date 1092432972 0 # Node ID 10fec56d405244bec7e55986a037becee860d3c8 # Parent 5c03eec0c523d44994b136d68a78a6b9cf35a073 (Basic Keyboard Macro, Save Keyboard Macro): Fix typos. diff -r 5c03eec0c523 -r 10fec56d4052 man/kmacro.texi --- a/man/kmacro.texi Fri Aug 13 01:27:30 2004 +0000 +++ b/man/kmacro.texi Fri Aug 13 21:36:12 2004 +0000 @@ -165,7 +165,7 @@ a consequence it re-executes the macro as previously defined. You can also add to the end of the definition of the last keyboard -macro without re-execuing it by typing @kbd{C-u C-u C-x (}. +macro without re-executing it by typing @kbd{C-u C-u C-x (}. The variable @code{kmacro-execute-before-append} specifies whether a single @kbd{C-u} prefix causes the existing macro to be re-executed @@ -218,7 +218,7 @@ in the echo area. You can continue to rotate the macro ring immediately by repeating just @kbd{C-n} and @kbd{C-p} until the desired macro is at the head of the ring. To execute the new macro -ring head immediately, just type @kbd{C-k}. +ring head immediately, just type @kbd{C-k}. @findex kmacro-view-macro-repeat @kindex C-x C-k C-v @@ -361,7 +361,7 @@ @findex name-last-kbd-macro @kindex C-x C-k n If you wish to save a keyboard macro for later use, you can give it -a name using @kbd{C-x C-k n} (@code{name-last-kbd-macro}). +a name using @kbd{C-x C-k n} (@code{name-last-kbd-macro}). This reads a name as an argument using the minibuffer and defines that name to execute the macro. The macro name is a Lisp symbol, and defining it in this way makes it a valid command name for calling with @kbd{M-x} or for @@ -377,7 +377,7 @@ key sequence you want the keyboard macro to be bound to. You can bind to any key sequence in the global keymap, but since most key sequences already have other bindings, you should select the key -sequence carefylly. If you try to bind to a key sequence with an +sequence carefully. If you try to bind to a key sequence with an existing binding (in any keymap), you will be asked if you really want to replace the existing binding of that key. @@ -448,7 +448,7 @@ @findex kmacro-step-edit-macro @kindex C-x C-k SPC You can interactively and stepwise replay and edit the last keyboard -macro one command at a time by typing @kbd{C-x C-k SPC} +macro one command at a time by typing @kbd{C-x C-k SPC} (@code{kmacro-step-edit-macro}). Unless you quit the macro using @kbd{q} or @kbd{C-g}, the edited macro replaces the last macro on the macro ring.