From 4ba35d166033ed300be111f2e4226acfeaa50dd1 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 26 Jan 1997 06:57:00 +0000 Subject: Document how insert-before-markers affects overlays. --- lispref/text.texi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lispref') 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 -- cgit v1.2.1