# HG changeset patch # User Luc Teirlinck # Date 1093996073 0 # Node ID bb41ce14b9fb2c24d8b978a673b07366045daa4c # Parent be5ab12309827c91cee699195905df52fcbe3377 (Basic Keyboard Macro): `apply-macro-to-region-lines' now operates on all lines that begin in the region, rather than on all complete lines in the region. diff -r be5ab1230982 -r bb41ce14b9fb man/kmacro.texi --- a/man/kmacro.texi Tue Aug 31 23:38:53 2004 +0000 +++ b/man/kmacro.texi Tue Aug 31 23:47:53 2004 +0000 @@ -71,7 +71,7 @@ @item C-x C-k e Edit a previously defined keyboard macro (@code{edit-kbd-macro}). @item C-x C-k r -Run the last keyboard macro on each complete line in the region +Run the last keyboard macro on each line that begins in the region (@code{apply-macro-to-region-lines}). @end table @@ -174,8 +174,8 @@ @findex apply-macro-to-region-lines @kindex C-x C-k r The command @kbd{C-x C-k r} (@code{apply-macro-to-region-lines}) -repeats the last defined keyboard macro on each complete line within -the current region. It does this line by line, by moving point to the +repeats the last defined keyboard macro on each line that begins in +the region. It does this line by line, by moving point to the beginning of the line and then executing the macro. @node Keyboard Macro Ring