From 75dcf8392527a49c119afa9394e280b8005723c0 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 6 Feb 2005 11:20:28 +0000 Subject: [PATCH] (Registers): Registers can hold numbers, too. --- man/regs.texi | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/man/regs.texi b/man/regs.texi index 7268dd72446..41b2e639855 100644 --- a/man/regs.texi +++ b/man/regs.texi @@ -12,13 +12,12 @@ once, or many times; you can move point to a position saved in a 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} -- 2.39.2