Mercurial > emacs
changeset 56655:3a8fa7f090da
(RegNumbers): Mention `C-x r i' binding for `insert-register', instead
of `C-x r g' binding, for consistency.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Sat, 14 Aug 2004 01:11:13 +0000 |
parents | 10fec56d4052 |
children | 6148f99b2c9d |
files | man/regs.texi |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/man/regs.texi Fri Aug 13 21:36:12 2004 +0000 +++ b/man/regs.texi Sat Aug 14 01:11:13 2004 +0000 @@ -30,8 +30,8 @@ * Text: RegText. Saving text in registers. * Rectangle: RegRect. Saving rectangles in registers. * Configurations: RegConfig. Saving window configurations in registers. +* Numbers: RegNumbers. Numbers in registers. * Files: RegFiles. File names in registers. -* Numbers: RegNumbers. Numbers in registers. * Bookmarks:: Bookmarks are like registers, but persistent. @end menu @@ -185,11 +185,11 @@ @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.