diff options
-rw-r--r-- | doc/ref/srfi-modules.texi | 4 |
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, |