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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/man/kmacro.texi [lexbind]
Date: Wed, 15 Sep 2004 20:32:51 -0400

Index: emacs/man/kmacro.texi
diff -c emacs/man/kmacro.texi:1.3.2.4 emacs/man/kmacro.texi:1.3.2.5
*** emacs/man/kmacro.texi:1.3.2.4       Sat Sep  4 09:28:14 2004
--- emacs/man/kmacro.texi       Thu Sep 16 00:15:00 2004
***************
*** 62,68 ****
  (@code{kbd-macro-query}).
  @item C-x C-k n
  Give a command name (for the duration of the session) to the most
! recently defined keyboard macro (@code{name-last-kbd-macro}).
  @item C-x C-k b
  Bind the most recently defined keyboard macro to a key sequence (for
  the duration of the session) (@code{kmacro-bind-to-key}).
--- 62,68 ----
  (@code{kbd-macro-query}).
  @item C-x C-k n
  Give a command name (for the duration of the session) to the most
! recently defined keyboard macro (@code{kmacro-name-last-macro}).
  @item C-x C-k b
  Bind the most recently defined keyboard macro to a key sequence (for
  the duration of the session) (@code{kmacro-bind-to-key}).
***************
*** 361,370 ****
  @section Naming and Saving Keyboard Macros
  
  @cindex saving keyboard macros
! @findex name-last-kbd-macro
  @kindex C-x C-k n
    If you wish to save a keyboard macro for later use, you can give it
! a name using @kbd{C-x C-k n} (@code{name-last-kbd-macro}).
  This reads a name as an argument using the minibuffer and defines that
  name to execute the last keyboard macro, in its current form.  (If you
  later add to the definition of this macro, that does not alter the
--- 361,370 ----
  @section Naming and Saving Keyboard Macros
  
  @cindex saving keyboard macros
! @findex kmacro-name-last-macro
  @kindex C-x C-k n
    If you wish to save a keyboard macro for later use, you can give it
! a name using @kbd{C-x C-k n} (@code{kmacro-name-last-macro}).
  This reads a name as an argument using the minibuffer and defines that
  name to execute the last keyboard macro, in its current form.  (If you
  later add to the definition of this macro, that does not alter the




reply via email to

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