X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/be520aca79dd429d55012a1916bdc97f06773fc5..6d262977547380660c45e486cb5e537301740059:/doc/emacs/kmacro.texi diff --git a/doc/emacs/kmacro.texi b/doc/emacs/kmacro.texi index c52381a663..4676983fc6 100644 --- a/doc/emacs/kmacro.texi +++ b/doc/emacs/kmacro.texi @@ -147,7 +147,7 @@ beginning of the line and then executing the macro. @findex kmacro-start-macro @findex kmacro-end-macro In addition to the @key{F3} and @key{F4} commands described above, -Emacs also supports an older set of keybindings for defining and +Emacs also supports an older set of key bindings for defining and executing keyboard macros. To begin a macro definition, type @kbd{C-x (} (@code{kmacro-start-macro}); as with @key{F3}, a prefix argument appends this definition to the last keyboard macro. To end a macro @@ -332,8 +332,8 @@ numbers stored in registers. If you use a register as a counter, incrementing it on each repetition of the macro, that accomplishes the same thing as a -keyboard macro counter. @xref{RegNumbers}. For most purposes, it is -simpler to use a keyboard macro counter. +keyboard macro counter. @xref{Number Registers}. For most purposes, +it is simpler to use a keyboard macro counter. @node Keyboard Macro Query @section Executing Macros with Variations