From 7bfbd2935fa812a0581df5b78c1a3b9836065f39 Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Fri, 29 Mar 2013 11:35:20 -0400 Subject: [PATCH] doc: Use '@defvr' to introduce 'stream-null'. * doc/ref/srfi-modules.texi (SRFI-41): Use @defvr to introduce 'stream-null'. --- doc/ref/srfi-modules.texi | 4 ++-- 1 file 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,