emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r117883: Update documentation for `insert-register'


From: Daniel Colascione
Subject: [Emacs-diffs] trunk r117883: Update documentation for `insert-register'
Date: Mon, 15 Sep 2014 00:45:48 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117883 [merge]
revision-id: address@hidden
parent: address@hidden
parent: address@hidden
committer: Daniel Colascione <address@hidden>
branch nick: trunk
timestamp: Sun 2014-09-14 17:45:14 -0700
message:
  Update documentation for `insert-register'
  
    * 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.
modified:
  doc/emacs/ChangeLog            changelog-20091113204419-o5vbwnq5f7feedwu-6227
  doc/emacs/regs.texi            regs.texi-20091113204419-o5vbwnq5f7feedwu-6273
  doc/lispref/ChangeLog          changelog-20091113204419-o5vbwnq5f7feedwu-6155
  doc/lispref/text.texi          text.texi-20091113204419-o5vbwnq5f7feedwu-6215
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog       2014-08-28 22:18:39 +0000
+++ b/doc/emacs/ChangeLog       2014-09-15 00:43:29 +0000
@@ -1,3 +1,8 @@
+2014-09-15  Daniel Colascione  <address@hidden>
+
+       * regs.texi (Text Registers): Update end-user documentation
+       to reflect `insert-register' interface change.
+
 2014-08-07  Reuben Thomas  <address@hidden>
 
        * programs.texi (Program Modes): Don't advertise VMS DCL support

=== modified file 'doc/emacs/regs.texi'
--- a/doc/emacs/regs.texi       2014-02-14 06:55:59 +0000
+++ b/doc/emacs/regs.texi       2014-09-15 00:43:29 +0000
@@ -149,9 +149,9 @@
 @kindex C-x r i
 @findex insert-register
   @kbd{C-x r i @var{r}} inserts in the buffer the text from register
address@hidden  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.
address@hidden  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

=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2014-09-08 06:00:58 +0000
+++ b/doc/lispref/ChangeLog     2014-09-15 00:43:29 +0000
@@ -1,3 +1,8 @@
+2014-09-15  Daniel Colascione  <address@hidden>
+
+       * text.texi (Registers): Make `insert-register' documentation
+       reflect interface change.
+
 2014-09-08  Stefan Monnier  <address@hidden>
 
        * functions.texi (Core Advising Primitives): Add a note about the

=== modified file 'doc/lispref/text.texi'
--- a/doc/lispref/text.texi     2014-06-08 23:39:23 +0000
+++ b/doc/lispref/text.texi     2014-09-15 00:43:29 +0000
@@ -4114,8 +4114,9 @@
 Normally, this command puts point before the inserted text, and the
 mark after it.  However, if the optional second argument @var{beforep}
 is address@hidden, it puts the mark before and point after.
-You can pass a address@hidden 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]