Document how insert-before-markers affects overlays.
This commit is contained in:
parent
b77c56e6a8
commit
4ba35d1660
1 changed files with 3 additions and 1 deletions
|
@ -301,7 +301,9 @@ unless all @var{args} are either strings or characters. The value is
|
|||
|
||||
This function is unlike the other insertion functions in that it
|
||||
relocates markers initially pointing at the insertion point, to point
|
||||
after the inserted text.
|
||||
after the inserted text. If an overlat begins 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.
|
||||
@end defun
|
||||
|
||||
@defun insert-char character count &optional inherit
|
||||
|
|
Loading…
Add table
Reference in a new issue