diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-01-26 06:57:00 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-01-26 06:57:00 +0000 |
commit | 7f4751b046a7cf4eaa63253cef8e954fc30e01a3 (patch) | |
tree | 3d1bf7d820634a664abb8df456debf7e1570f170 /lispref/text.texi | |
parent | d8ee07093baf3f7bf88834a0546ff2bd3ee87698 (diff) | |
download | emacs-7f4751b046a7cf4eaa63253cef8e954fc30e01a3.tar.gz |
Document how insert-before-markers affects overlays.
Diffstat (limited to 'lispref/text.texi')
-rw-r--r-- | lispref/text.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lispref/text.texi b/lispref/text.texi index fb718fa41e1..66a53e66a0e 100644 --- a/lispref/text.texi +++ b/lispref/text.texi @@ -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 |