]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/editfns.c (insert_before_markers): Mention overlay in the doc string.
authorXue Fuqiao <xfq.free@gmail.com>
Fri, 16 Aug 2013 02:09:08 +0000 (10:09 +0800)
committerXue Fuqiao <xfq.free@gmail.com>
Fri, 16 Aug 2013 02:09:08 +0000 (10:09 +0800)
src/ChangeLog
src/editfns.c

index 5dc29ff47aba668f1b18819c26c0e0a04404f130..ab21a65a805b0596ffc642b3631fd25ae836bca7 100644 (file)
@@ -1,5 +1,7 @@
 2013-08-16  Xue Fuqiao  <xfq.free@gmail.com>
 
+       * 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  <larsi@gnus.org>
index 90346a88eb20d01f6a3c990fd2a6dd92bf75de1c..bbaeaea5240f8bca9787fe48d6ffb8594614ac33 100644 (file)
@@ -2330,6 +2330,10 @@ to multibyte for insertion (see `unibyte-char-to-multibyte').
 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)
 {