]> git.eshelyaron.com Git - emacs.git/commitdiff
Update documentation for `insert-register'
authorDaniel Colascione <dancol@dancol.org>
Mon, 15 Sep 2014 00:43:29 +0000 (17:43 -0700)
committerDaniel Colascione <dancol@dancol.org>
Mon, 15 Sep 2014 00:43:29 +0000 (17:43 -0700)
* doc/emacs/regs.texi (Text Registers): Update end-user documentation
to reflect `insert-register' interface change.

* doc/lispref/text.texi (Registers): Make `insert-register' documentation
reflect interface change.

doc/emacs/ChangeLog
doc/emacs/regs.texi
doc/lispref/ChangeLog
doc/lispref/text.texi

index 46124c323ebc8f6ea7490c4af2db775af135c09c..19dc48749679cdf4ad1c576db0eaab15505b5212 100644 (file)
@@ -1,3 +1,8 @@
+2014-09-15  Daniel Colascione  <dancol@dancol.org>
+
+       * regs.texi (Text Registers): Update end-user documentation
+       to reflect `insert-register' interface change.
+
 2014-08-07  Reuben Thomas  <rrt@sc3d.org>
 
        * programs.texi (Program Modes): Don't advertise VMS DCL support
index a0ff70793885b7330c7534b39eb11c3d9f38f854..bc4abb389c43a42be01fa29a88315ef0d5cc47b8 100644 (file)
@@ -149,9 +149,9 @@ during the collection process, you can use the following setting.
 @kindex C-x r i
 @findex insert-register
   @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 sets the mark
-after, without activating it.  With a numeric argument, it instead
-puts point after the text and the mark before.
+@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.
 
 @node Rectangle Registers
 @section Saving Rectangles in Registers
index ddd0dee213a193857bbc1ea3c876430dcd116220..1a85b126ffe3d24e9504830f66566ff9256a88d4 100644 (file)
@@ -1,3 +1,8 @@
+2014-09-15  Daniel Colascione  <dancol@dancol.org>
+
+       * text.texi (Registers): Make `insert-register' documentation
+       reflect interface change.
+
 2014-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * functions.texi (Core Advising Primitives): Add a note about the
index 6665cc3e673791393b4bf16b7adef5f5d624bd87..f21d2b76656cacdc739da5a82330dec7bd916514 100644 (file)
@@ -4114,8 +4114,9 @@ buffer.
 Normally, this command puts point before the inserted text, and the
 mark after it.  However, if the optional second argument @var{beforep}
 is non-@code{nil}, it puts the mark before and point after.
-You can pass a non-@code{nil} second argument @var{beforep} to this
-function interactively by supplying any prefix argument.
+
+When called interactively, the command defaults to putting point after
+text, and a prefix argument inverts this behavior.
 
 If the register contains a rectangle, then the rectangle is inserted
 with its upper left corner at point.  This means that text is inserted