emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r113908: * src/editfns.c (insert_before_markers): Me


From: Xue Fuqiao
Subject: [Emacs-diffs] trunk r113908: * src/editfns.c (insert_before_markers): Mention overlay in the doc string.
Date: Fri, 16 Aug 2013 02:09:15 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 113908
revision-id: address@hidden
parent: address@hidden
committer: Xue Fuqiao <address@hidden>
branch nick: trunk
timestamp: Fri 2013-08-16 10:09:08 +0800
message:
  * src/editfns.c (insert_before_markers): Mention overlay in the doc string.
modified:
  src/ChangeLog                  changelog-20091113204419-o5vbwnq5f7feedwu-1438
  src/editfns.c                  editfns.c-20091113204419-o5vbwnq5f7feedwu-255
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2013-08-16 00:20:56 +0000
+++ b/src/ChangeLog     2013-08-16 02:09:08 +0000
@@ -1,5 +1,7 @@
 2013-08-16  Xue Fuqiao  <address@hidden>
 
+       * editfns.c (insert_before_markers): Mention overlay in the doc string.
+
        * marker.c (set_marker): Remove documentation of undefined behavior.
 
 2013-08-15  Lars Magne Ingebrigtsen  <address@hidden>

=== modified file 'src/editfns.c'
--- a/src/editfns.c     2013-08-06 05:30:18 +0000
+++ b/src/editfns.c     2013-08-16 02:09:08 +0000
@@ -2330,6 +2330,10 @@
 If the current buffer is unibyte, multibyte strings are converted
 to unibyte for insertion.
 
+If an overlay begins at the insertion point, the inserted text falls
+outside the overlay; if a nonempty overlay ends at the insertion
+point, the inserted text falls inside that overlay.
+
 usage: (insert-before-markers &rest ARGS)  */)
   (ptrdiff_t nargs, Lisp_Object *args)
 {


reply via email to

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