emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r105080: (Insertion): Clarify marker


From: Lars Magne Ingebrigtsen
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105080: (Insertion): Clarify marker movements.
Date: Sun, 10 Jul 2011 16:32:19 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105080
fixes bug(s): http://debbugs.gnu.org/1651
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Sun 2011-07-10 16:32:19 +0200
message:
  (Insertion): Clarify marker movements.
  
  Text from Drew Adams.
modified:
  doc/lispref/ChangeLog
  doc/lispref/text.texi
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2011-07-07 20:37:54 +0000
+++ b/doc/lispref/ChangeLog     2011-07-10 14:32:19 +0000
@@ -1,3 +1,8 @@
+2011-07-10  Lars Magne Ingebrigtsen  <address@hidden>
+
+       * text.texi (Insertion): Clarify marker movements (bug#1651).
+       Text from Drew Adams.
+
 2011-07-07  Lars Magne Ingebrigtsen  <address@hidden>
 
        * text.texi (Special Properties): Clarify the format of `face'

=== modified file 'doc/lispref/text.texi'
--- a/doc/lispref/text.texi     2011-07-07 20:37:54 +0000
+++ b/doc/lispref/text.texi     2011-07-10 14:32:19 +0000
@@ -364,14 +364,13 @@
 text, while other functions leave it after.  We call the former
 insertion @dfn{after point} and the latter insertion @dfn{before point}.
 
-  Insertion relocates markers that point at positions after the
-insertion point, so that they stay with the surrounding text
-(@pxref{Markers}).  When a marker points at the place of insertion,
-insertion may or may not relocate the marker, depending on the marker's
-insertion type (@pxref{Marker Insertion Types}).  Certain special
-functions such as @code{insert-before-markers} relocate all such markers
-to point after the inserted text, regardless of the markers' insertion
-type.
+  Insertion moves markers located at positions after the insertion
+point, so that they stay with the surrounding text (@pxref{Markers}).
+When a marker points at the place of insertion, insertion may or may
+not relocate the marker, depending on the marker's insertion type
+(@pxref{Marker Insertion Types}).  Certain special functions such as
address@hidden relocate all such markers to point after
+the inserted text, regardless of the markers' insertion type.
 
   Insertion functions signal an error if the current buffer is
 read-only or if they insert within read-only text.


reply via email to

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