mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-18 18:05:07 +00:00
* src/editfns.c (insert_before_markers): Mention overlay in the doc string.
This commit is contained in:
parent
8b8bf4a3ce
commit
de179a3e1e
@ -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>
|
||||
|
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user