2013-12-22 Xue Fuqiao <xfq.free@gmail.com>
+ * regs.texi (File Registers): Document `kmacro-to-register'.
+
* indent.texi (Tab Stops): Mention recent changes about `tab-stop-list'.
* frames.texi (Scroll Bars): Document `scroll-bar-adjust-thumb-portion'.
Registers
-* Position Registers:: Saving positions in registers.
-* Text Registers:: Saving text in registers.
-* Rectangle Registers:: Saving rectangles in registers.
-* Configuration Registers:: Saving window configurations in registers.
-* Number Registers:: Numbers in registers.
-* File Registers:: File names in registers.
-* Bookmarks:: Bookmarks are like registers, but persistent.
+* Position Registers:: Saving positions in registers.
+* Text Registers:: Saving text in registers.
+* Rectangle Registers:: Saving rectangles in registers.
+* Configuration Registers:: Saving window configurations in registers.
+* Number Registers:: Numbers in registers.
+* File Registers:: File names in registers.
+* Keyboard Macro Registers:: Keyboard macros in registers.
+* Bookmarks:: Bookmarks are like registers, but persistent.
Controlling the Display
* Configuration Registers:: Saving window configurations in registers.
* Number Registers:: Numbers in registers.
* File Registers:: File names in registers.
+* Keyboard Macro Registers:: Keyboard macros in registers.
* Bookmarks:: Bookmarks are like registers, but persistent.
@end menu
@var{r}}. (This is the same command used to jump to a position or
restore a frame configuration.)
+@node Keyboard Macro Registers
+@section Keyboard Macro Registers
+@cindex saving keyboard macro in a register
+@cindex keyboard macros, in registers
+
+@kindex C-x C-k x
+@findex kmacro-to-register
+ If you execute certain keyboard macros (@pxref{Keyboard Macros})
+frequently, you can execute them more conveniently if putting them in
+registers or save them (@pxref{Save Keyboard Macro}). @kbd{C-x C-k x
+@var{r}} (@code{kmacro-to-register}) stores the last keyboard macro in
+register @var{r}.
+
+ To execute the keyboard macro in register @var{r}, type @kbd{C-x r j
+@var{r}}. (This is the same command used to jump to a position or
+restore a frameset.)
+
@node Bookmarks
@section Bookmarks
@cindex bookmarks
*** All register commands can now show help with preview.
-*** New command `kmacro-to-register' stores keyboard macros in registers.
++++
+*** New command `C-x C-k x' (`kmacro-to-register') stores keyboard
+macros in registers.
*** New command `C-x r f' (`frameset-to-register').
See Changes in Emacs 24.4, above.