1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-07 20:54:32 +00:00

(Registers): Registers can hold numbers, too.

This commit is contained in:
Richard M. Stallman 2005-02-06 11:20:28 +00:00
parent 3423ce024a
commit 75dcf83925

View File

@ -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}