emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/kmacro.texi


From: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/man/kmacro.texi
Date: Wed, 01 Sep 2004 07:40:23 -0400

Index: emacs/man/kmacro.texi
diff -c emacs/man/kmacro.texi:1.6 emacs/man/kmacro.texi:1.7
*** emacs/man/kmacro.texi:1.6   Sun Aug 22 23:56:08 2004
--- emacs/man/kmacro.texi       Tue Aug 31 23:47:53 2004
***************
*** 71,77 ****
  @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
  (@code{apply-macro-to-region-lines}).
  @end table
  
--- 71,77 ----
  @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 line that begins in the region
  (@code{apply-macro-to-region-lines}).
  @end table
  
***************
*** 174,181 ****
  @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
  beginning of the line and then executing the macro.
  
  @node Keyboard Macro Ring
--- 174,181 ----
  @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 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]