(xemacs.info)RegNumbers
10.5 Keeping Numbers in Registers
=================================
There are commands to store a number in a register, to insert the
number in the buffer in decimal, and to increment it. These commands
can be useful in keyboard macros (Note: Keyboard Macros).
`C-u NUMBER C-x r n REG'
Store NUMBER into register REG (`number-to-register').
`C-u NUMBER C-x r + REG'
Increment the number in register REG by NUMBER
(`increment-register').
`C-x r g REG'
Insert the number from register REG into the buffer.
`C-x r g' is the same command used to insert any other sort of
register contents into the buffer.
automatically generated by info2www version 1.2.2.9