summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2015-08-23 20:57:53 +0300
committerEli Zaretskii <eliz@gnu.org>2015-08-23 20:57:53 +0300
commit20aa61c0a3c152e5b829d02ea20a4d89c692b91b (patch)
tree171bfa88fd84f9914ff44af05a5fd204af942921
parenta92066b80e4245f5093fa1ed481f0e3eb377f504 (diff)
; Fix a typo in description of 'C-x r i'
* doc/emacs/regs.texi (Text Registers): Fix a typo. Reported by Lubos Pintes <lubos.pintes@gmail.com>. (Bug#21332)
-rw-r--r--doc/emacs/regs.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/regs.texi b/doc/emacs/regs.texi
index dc53c3b524..fd48f3412b 100644
--- a/doc/emacs/regs.texi
+++ b/doc/emacs/regs.texi
@@ -151,7 +151,7 @@ during the collection process, you can use the following setting.
@kbd{C-x r i @var{r}} inserts in the buffer the text from register
@var{r}. Normally it leaves point after the text and sets the mark
before, without activating it. With a numeric argument, it instead
-puts before after the text and the mark after.
+puts point before the text and the mark after.
@node Rectangle Registers
@section Saving Rectangles in Registers