]> git.eshelyaron.com Git - emacs.git/commitdiff
(RegNumbers): Mention `C-x r i' binding for `insert-register', instead
authorLuc Teirlinck <teirllm@auburn.edu>
Sat, 14 Aug 2004 01:12:08 +0000 (01:12 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Sat, 14 Aug 2004 01:12:08 +0000 (01:12 +0000)
of `C-x r g' binding, for consistency.

man/ChangeLog
man/regs.texi

index 326bd4b3dbf903d1b38c2db1291482a59b41b43f..dcaf7867125008781b23563e89b0c4df3e9f1640 100644 (file)
@@ -1,3 +1,8 @@
+2004-08-13  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * regs.texi (RegNumbers): Mention `C-x r i' binding for
+       `insert-register', instead of `C-x r g' binding, for consistency.
+
 2004-08-12  Luc Teirlinck  <teirllm@auburn.edu>
 
        * fixit.texi (Spelling): Fix typo.
index ab1ef42e2f181999de92274ed5eb2e858e185065..7268dd7244616c15c291ab5d512165229f2c4c9f 100644 (file)
@@ -30,8 +30,8 @@ Display a description of what register @var{r} contains.
 * Text: RegText.              Saving text in registers.
 * Rectangle: RegRect.         Saving rectangles in registers.
 * Configurations: RegConfig.  Saving window configurations in registers.
-* Files: RegFiles.            File names in registers.
 * Numbers: RegNumbers.        Numbers in registers.
+* Files: RegFiles.            File names in registers.
 * Bookmarks::                 Bookmarks are like registers, but persistent.
 @end menu
 
@@ -185,11 +185,11 @@ Store @var{number} into register @var{r} (@code{number-to-register}).
 @findex increment-register
 Increment the number in register @var{r} by @var{number}
 (@code{increment-register}).
-@item C-x r g @var{r}
+@item C-x r i @var{r}
 Insert the number from register @var{r} into the buffer.
 @end table
 
-  @kbd{C-x r g} is the same command used to insert any other sort of
+  @kbd{C-x r i} is the same command used to insert any other sort of
 register contents into the buffer.  @kbd{C-x r +} with no numeric
 argument increments the register value by 1; @kbd{C-x r n} with no
 numeric argument stores zero in the register.