Mercurial > emacs
changeset 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 | 31446e4c7ad8 |
children | 36796e056954 |
files | lispref/streams.texi |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
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