aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2004-08-14 01:12:08 +0000
committerLuc Teirlinck2004-08-14 01:12:08 +0000
commitd48102cf5fa56a2f0f29f6b576b372b4f2216a0e (patch)
tree1f215afc6fe8e1fb956a2656fbe9325707e93567
parent977d0bea229c79030c69cf510609ab070b8d86a6 (diff)
downloademacs-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/ChangeLog5
-rw-r--r--man/regs.texi6
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 @@
12004-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
12004-08-12 Luc Teirlinck <teirllm@auburn.edu> 62004-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
186Increment the number in register @var{r} by @var{number} 186Increment 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}
189Insert the number from register @var{r} into the buffer. 189Insert 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
193register contents into the buffer. @kbd{C-x r +} with no numeric 193register contents into the buffer. @kbd{C-x r +} with no numeric
194argument increments the register value by 1; @kbd{C-x r n} with no 194argument increments the register value by 1; @kbd{C-x r n} with no
195numeric argument stores zero in the register. 195numeric argument stores zero in the register.