diff options
author | Eli Zaretskii <eliz@gnu.org> | 2013-12-22 20:31:38 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2013-12-22 20:31:38 +0200 |
commit | 569c1c6ea15600c76df0e8532b91c439915fa127 (patch) | |
tree | 78a2c27d4fcfe2e9bd4fd76e090921bd1028604d /doc/emacs | |
parent | c181ea400e9902a49a4cb94dc667caebcde6df81 (diff) |
Fix last commit in doc/emacs/regs.texi.
Diffstat (limited to 'doc/emacs')
-rw-r--r-- | doc/emacs/ChangeLog | 10 | ||||
-rw-r--r-- | doc/emacs/regs.texi | 10 |
2 files changed, 13 insertions, 7 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 2af2d5daa7..92aef049a8 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,10 +1,15 @@ +2013-12-22 Eli Zaretskii <eliz@gnu.org> + + * regs.texi (Keyboard Macro Registers): Fix last change. + 2013-12-22 Xue Fuqiao <xfq.free@gmail.com> * search.texi (Special Isearch): (Query Replace): Document negative argument of replacement commands. (Symbol Search): Document `isearch-forward-symbol-at-point'. - * files.texi (File Conveniences): Document `image-next-file' and `image-previous-file'. + * files.texi (File Conveniences): Document `image-next-file' and + `image-previous-file'. * display.texi (Optional Mode Line): Fix an index. @@ -12,7 +17,8 @@ * indent.texi (Tab Stops): Mention recent changes about `tab-stop-list'. - * frames.texi (Scroll Bars): Document `scroll-bar-adjust-thumb-portion'. + * frames.texi (Scroll Bars): Document + `scroll-bar-adjust-thumb-portion'. 2013-12-21 Chong Yidong <cyd@gnu.org> diff --git a/doc/emacs/regs.texi b/doc/emacs/regs.texi index bc6bcb3799..998d194a8e 100644 --- a/doc/emacs/regs.texi +++ b/doc/emacs/regs.texi @@ -259,11 +259,11 @@ restore a frame configuration.) @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}. + If you need to execute a keyboard macro (@pxref{Keyboard Macros}) +frequently, it is more convenient to put it in a register or save it +(@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 |