aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2003-11-07 04:17:52 +0000
committerLuc Teirlinck2003-11-07 04:17:52 +0000
commit9f6a7e77d9d9f0547bf0d1177bdc9d486a8f509a (patch)
treeae71cee36f836a41c43406fda0d1ed20fb70b8a7
parentcfb8a797a0b902043e0ec0d968b7319349597364 (diff)
downloademacs-9f6a7e77d9d9f0547bf0d1177bdc9d486a8f509a.tar.gz
emacs-9f6a7e77d9d9f0547bf0d1177bdc9d486a8f509a.zip
(Output Streams): Clarify behavior of point for marker output streams.
-rw-r--r--lispref/streams.texi4
1 files changed, 3 insertions, 1 deletions
diff --git a/lispref/streams.texi b/lispref/streams.texi
index bd87fc84bdd..b6f211116e6 100644
--- a/lispref/streams.texi
+++ b/lispref/streams.texi
@@ -361,7 +361,9 @@ The output characters are inserted into the buffer that @var{marker}
361points into, at the marker position. The marker position advances as 361points into, at the marker position. The marker position advances as
362characters are inserted. The value of point in the buffer has no effect 362characters are inserted. The value of point in the buffer has no effect
363on printing when the stream is a marker, and this kind of printing 363on printing when the stream is a marker, and this kind of printing
364does not move point. 364does not move point (except that if the marker points at or before the
365position of point, point advances with the surrounding text, as
366usual).
365 367
366@item @var{function} 368@item @var{function}
367@cindex function output stream 369@cindex function output stream