diff options
| author | Eli Zaretskii | 2013-12-22 20:31:38 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2013-12-22 20:31:38 +0200 |
| commit | 569c1c6ea15600c76df0e8532b91c439915fa127 (patch) | |
| tree | 78a2c27d4fcfe2e9bd4fd76e090921bd1028604d | |
| parent | c181ea400e9902a49a4cb94dc667caebcde6df81 (diff) | |
| download | emacs-569c1c6ea15600c76df0e8532b91c439915fa127.tar.gz emacs-569c1c6ea15600c76df0e8532b91c439915fa127.zip | |
Fix last commit in doc/emacs/regs.texi.
| -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 2af2d5daa70..92aef049a83 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,10 +1,15 @@ | |||
| 1 | 2013-12-22 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * regs.texi (Keyboard Macro Registers): Fix last change. | ||
| 4 | |||
| 1 | 2013-12-22 Xue Fuqiao <xfq.free@gmail.com> | 5 | 2013-12-22 Xue Fuqiao <xfq.free@gmail.com> |
| 2 | 6 | ||
| 3 | * search.texi (Special Isearch): | 7 | * search.texi (Special Isearch): |
| 4 | (Query Replace): Document negative argument of replacement commands. | 8 | (Query Replace): Document negative argument of replacement commands. |
| 5 | (Symbol Search): Document `isearch-forward-symbol-at-point'. | 9 | (Symbol Search): Document `isearch-forward-symbol-at-point'. |
| 6 | 10 | ||
| 7 | * files.texi (File Conveniences): Document `image-next-file' and `image-previous-file'. | 11 | * files.texi (File Conveniences): Document `image-next-file' and |
| 12 | `image-previous-file'. | ||
| 8 | 13 | ||
| 9 | * display.texi (Optional Mode Line): Fix an index. | 14 | * display.texi (Optional Mode Line): Fix an index. |
| 10 | 15 | ||
| @@ -12,7 +17,8 @@ | |||
| 12 | 17 | ||
| 13 | * indent.texi (Tab Stops): Mention recent changes about `tab-stop-list'. | 18 | * indent.texi (Tab Stops): Mention recent changes about `tab-stop-list'. |
| 14 | 19 | ||
| 15 | * frames.texi (Scroll Bars): Document `scroll-bar-adjust-thumb-portion'. | 20 | * frames.texi (Scroll Bars): Document |
| 21 | `scroll-bar-adjust-thumb-portion'. | ||
| 16 | 22 | ||
| 17 | 2013-12-21 Chong Yidong <cyd@gnu.org> | 23 | 2013-12-21 Chong Yidong <cyd@gnu.org> |
| 18 | 24 | ||
diff --git a/doc/emacs/regs.texi b/doc/emacs/regs.texi index bc6bcb3799f..998d194a8e4 100644 --- a/doc/emacs/regs.texi +++ b/doc/emacs/regs.texi | |||
| @@ -259,11 +259,11 @@ restore a frame configuration.) | |||
| 259 | 259 | ||
| 260 | @kindex C-x C-k x | 260 | @kindex C-x C-k x |
| 261 | @findex kmacro-to-register | 261 | @findex kmacro-to-register |
| 262 | If you execute certain keyboard macros (@pxref{Keyboard Macros}) | 262 | If you need to execute a keyboard macro (@pxref{Keyboard Macros}) |
| 263 | frequently, you can execute them more conveniently if putting them in | 263 | frequently, it is more convenient to put it in a register or save it |
| 264 | registers or save them (@pxref{Save Keyboard Macro}). @kbd{C-x C-k x | 264 | (@pxref{Save Keyboard Macro}). @kbd{C-x C-k x @var{r}} |
| 265 | @var{r}} (@code{kmacro-to-register}) stores the last keyboard macro in | 265 | (@code{kmacro-to-register}) stores the last keyboard macro in register |
| 266 | register @var{r}. | 266 | @var{r}. |
| 267 | 267 | ||
| 268 | To execute the keyboard macro in register @var{r}, type @kbd{C-x r j | 268 | To execute the keyboard macro in register @var{r}, type @kbd{C-x r j |
| 269 | @var{r}}. (This is the same command used to jump to a position or | 269 | @var{r}}. (This is the same command used to jump to a position or |