diff options
| author | Luc Teirlinck | 2004-08-14 01:12:08 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2004-08-14 01:12:08 +0000 |
| commit | d48102cf5fa56a2f0f29f6b576b372b4f2216a0e (patch) | |
| tree | 1f215afc6fe8e1fb956a2656fbe9325707e93567 | |
| parent | 977d0bea229c79030c69cf510609ab070b8d86a6 (diff) | |
| download | emacs-d48102cf5fa56a2f0f29f6b576b372b4f2216a0e.tar.gz emacs-d48102cf5fa56a2f0f29f6b576b372b4f2216a0e.zip | |
(RegNumbers): Mention `C-x r i' binding for `insert-register', instead
of `C-x r g' binding, for consistency.
| -rw-r--r-- | man/ChangeLog | 5 | ||||
| -rw-r--r-- | man/regs.texi | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/man/ChangeLog b/man/ChangeLog index 326bd4b3dbf..dcaf7867125 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2004-08-13 Luc Teirlinck <teirllm@auburn.edu> | ||
| 2 | |||
| 3 | * regs.texi (RegNumbers): Mention `C-x r i' binding for | ||
| 4 | `insert-register', instead of `C-x r g' binding, for consistency. | ||
| 5 | |||
| 1 | 2004-08-12 Luc Teirlinck <teirllm@auburn.edu> | 6 | 2004-08-12 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 7 | ||
| 3 | * fixit.texi (Spelling): Fix typo. | 8 | * fixit.texi (Spelling): Fix typo. |
diff --git a/man/regs.texi b/man/regs.texi index ab1ef42e2f1..7268dd72446 100644 --- a/man/regs.texi +++ b/man/regs.texi | |||
| @@ -30,8 +30,8 @@ Display a description of what register @var{r} contains. | |||
| 30 | * Text: RegText. Saving text in registers. | 30 | * Text: RegText. Saving text in registers. |
| 31 | * Rectangle: RegRect. Saving rectangles in registers. | 31 | * Rectangle: RegRect. Saving rectangles in registers. |
| 32 | * Configurations: RegConfig. Saving window configurations in registers. | 32 | * Configurations: RegConfig. Saving window configurations in registers. |
| 33 | * Files: RegFiles. File names in registers. | ||
| 34 | * Numbers: RegNumbers. Numbers in registers. | 33 | * Numbers: RegNumbers. Numbers in registers. |
| 34 | * Files: RegFiles. File names in registers. | ||
| 35 | * Bookmarks:: Bookmarks are like registers, but persistent. | 35 | * Bookmarks:: Bookmarks are like registers, but persistent. |
| 36 | @end menu | 36 | @end menu |
| 37 | 37 | ||
| @@ -185,11 +185,11 @@ Store @var{number} into register @var{r} (@code{number-to-register}). | |||
| 185 | @findex increment-register | 185 | @findex increment-register |
| 186 | Increment the number in register @var{r} by @var{number} | 186 | Increment the number in register @var{r} by @var{number} |
| 187 | (@code{increment-register}). | 187 | (@code{increment-register}). |
| 188 | @item C-x r g @var{r} | 188 | @item C-x r i @var{r} |
| 189 | Insert the number from register @var{r} into the buffer. | 189 | Insert the number from register @var{r} into the buffer. |
| 190 | @end table | 190 | @end table |
| 191 | 191 | ||
| 192 | @kbd{C-x r g} is the same command used to insert any other sort of | 192 | @kbd{C-x r i} is the same command used to insert any other sort of |
| 193 | register contents into the buffer. @kbd{C-x r +} with no numeric | 193 | register contents into the buffer. @kbd{C-x r +} with no numeric |
| 194 | argument increments the register value by 1; @kbd{C-x r n} with no | 194 | argument increments the register value by 1; @kbd{C-x r n} with no |
| 195 | numeric argument stores zero in the register. | 195 | numeric argument stores zero in the register. |