diff options
author | Luc Teirlinck <teirllm@auburn.edu> | 2004-08-22 23:57:14 +0000 |
---|---|---|
committer | Luc Teirlinck <teirllm@auburn.edu> | 2004-08-22 23:57:14 +0000 |
commit | 1dec4064bba6f202c75f6740b51d6ff583ea89dc (patch) | |
tree | d51b5a6db3c079f1b33a6c4c26c8452ce5b4c4bd | |
parent | 49eac10f921716d0cac034c977731fddd115388a (diff) | |
download | emacs-1dec4064bba6f202c75f6740b51d6ff583ea89dc.tar.gz emacs-1dec4064bba6f202c75f6740b51d6ff583ea89dc.tar.bz2 emacs-1dec4064bba6f202c75f6740b51d6ff583ea89dc.zip |
(Keyboard Macro Counter, Keyboard Macro Step-Edit): Change section names.
-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 |