diff lispref/streams.texi @ 53006:36e0303c65f1

(Output Streams): Clarify behavior of point for marker output streams.
author Luc Teirlinck <teirllm@auburn.edu>
date Fri, 07 Nov 2003 04:17:52 +0000
parents 1a5c50faf357
children 69b7ec693d94
line wrap: on
line diff
--- a/lispref/streams.texi	Fri Nov 07 04:16:06 2003 +0000
+++ b/lispref/streams.texi	Fri Nov 07 04:17:52 2003 +0000
@@ -361,7 +361,9 @@
 points into, at the marker position.  The marker position advances as
 characters are inserted.  The value of point in the buffer has no effect
 on printing when the stream is a marker, and this kind of printing
-does not move point.
+does not move point (except that if the marker points at or before the
+position of point, point advances with the surrounding text, as
+usual).
 
 @item @var{function}
 @cindex function output stream