summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2013-03-29 11:35:20 -0400
committerMark H Weaver <mhw@netris.org>2013-03-29 11:35:20 -0400
commit7bfbd2935fa812a0581df5b78c1a3b9836065f39 (patch)
treeedc3ec9a9fe11cebee2d6ce287625f774fd014a3
parent0ddf484d3eeff9238cb4bf6f89d461748f42cb1c (diff)
downloadguile-7bfbd2935fa812a0581df5b78c1a3b9836065f39.tar.gz
doc: Use '@defvr' to introduce 'stream-null'.
* doc/ref/srfi-modules.texi (SRFI-41): Use @defvr to introduce 'stream-null'.
-rw-r--r--doc/ref/srfi-modules.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ref/srfi-modules.texi b/doc/ref/srfi-modules.texi
index 1fc60984a..31407e828 100644
--- a/doc/ref/srfi-modules.texi
+++ b/doc/ref/srfi-modules.texi
@@ -3867,11 +3867,11 @@ and the two kinds of streams, accessors for both fields of a
@code{stream-pair}, and a lambda that creates procedures that return
streams.
-@deffn {Scheme Variable} stream-null
+@defvr {Scheme Variable} stream-null
A promise that, when forced, is a single object, distinguishable from
all other objects, that represents the null stream. @code{stream-null}
is immutable and unique.
-@end deffn
+@end defvr
@deffn {Scheme Syntax} stream-cons object-expr stream-expr
Creates a newly-allocated stream containing a promise that, when forced,