Mercurial > emacs
changeset 16934:853f638bbc81
Document how insert-before-markers affects overlays.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 26 Jan 1997 06:57:00 +0000 |
parents | c6d12d67e2b5 |
children | 71ed6362afa7 |
files | lispref/text.texi |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/text.texi Sun Jan 26 05:14:27 1997 +0000 +++ b/lispref/text.texi Sun Jan 26 06:57:00 1997 +0000 @@ -301,7 +301,9 @@ 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