# HG changeset patch # User Eli Zaretskii # Date 1004290915 0 # Node ID ac85b3ae7a5951601a260d5fbdea79a05c3a734b # Parent 4d919b7986ebe4f324f8ba0fb4ff78c37a959b84 (RegText): Fix the wording in the last change. From Richard Stallman. diff -r 4d919b7986eb -r ac85b3ae7a59 man/regs.texi --- a/man/regs.texi Sun Oct 28 17:38:29 2001 +0000 +++ b/man/regs.texi Sun Oct 28 17:41:55 2001 +0000 @@ -103,10 +103,10 @@ @kbd{M-x append-to-register @key{RET} @var{r}} appends the copy of the text in the region to the text already stored in the register named @var{r}. If invoked with a numeric argument, it deletes the -region after appending it to the register. A similar command -@code{prepend-to-register} works the same, except that it -@emph{prepends} the region text to the text in the register, rather -than @emph{appending} it. +region after appending it to the register. The command +@code{prepend-to-register} is similar, except that it @emph{prepends} +the region text to the text in the register, rather than +@emph{appending} it. @kbd{C-x r i @var{r}} inserts in the buffer the text from register @var{r}. Normally it leaves point before the text and places the mark