diff options
-rw-r--r-- | man/ChangeLog | 5 | ||||
-rw-r--r-- | man/kmacro.texi | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/man/ChangeLog b/man/ChangeLog index 5c0926de48a..90106818d5c 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,8 @@ +2004-08-22 Luc Teirlinck <teirllm@auburn.edu> + + * kmacro.texi (Keyboard Macro Counter, Keyboard Macro Step-Edit): + Change section names. + 2004-08-22 David Kastrup <dak@gnu.org> * reftex.texi (AUCTeX): Update links, section name. diff --git a/man/kmacro.texi b/man/kmacro.texi index a0b3a249bbd..d3c24873cd0 100644 --- a/man/kmacro.texi +++ b/man/kmacro.texi @@ -261,7 +261,7 @@ the macro ring. executes the previous (rather than the head) element on the macro ring. @node Keyboard Macro Counter -@section Inserting incrementing numbers in macros +@section The Keyboard Macro Counter Each keyboard macro has an associated counter which is automatically incremented on every repetition of the keyboard macro. Normally, the @@ -449,7 +449,7 @@ keyboard input that you would use to invoke the macro---@kbd{C-x e} or @kbd{C-x C-k l} (@code{kmacro-edit-lossage}). @node Keyboard Macro Step-Edit -@section Interactively executing and editing a keyboard macro +@section Stepwise Editing a Keyboard Macro @findex kmacro-step-edit-macro @kindex C-x C-k SPC |