changeset 59952:13d3a7544d29

(Registers): Registers can hold numbers, too.
author Richard M. Stallman <rms@gnu.org>
date Sun, 06 Feb 2005 11:20:28 +0000
parents c2c2b868b75f
children d9e761d51f98
files man/regs.texi
diffstat 1 files changed, 6 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/man/regs.texi	Sun Feb 06 11:19:45 2005 +0000
+++ b/man/regs.texi	Sun Feb 06 11:20:28 2005 +0000
@@ -12,13 +12,12 @@
 register once, or many times.
 
 @findex view-register
-  Each register has a name, which consists of a single character.
-A register can
-store a piece of text, a rectangle, a position, a window configuration,
-or a file name, but only one thing at any given time.  Whatever you
-store in a register remains there until you store something else in that
-register.  To see what a register @var{r} contains, use @kbd{M-x
-view-register}.
+  Each register has a name, which consists of a single character.  A
+register can store a number, a piece of text, a rectangle, a position,
+a window configuration, or a file name, but only one thing at any
+given time.  Whatever you store in a register remains there until you
+store something else in that register.  To see what a register @var{r}
+contains, use @kbd{M-x view-register}.
 
 @table @kbd
 @item M-x view-register @key{RET} @var{r}