diff options
Diffstat (limited to 'doc/ref/srfi-modules.texi')
-rw-r--r-- | doc/ref/srfi-modules.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ref/srfi-modules.texi b/doc/ref/srfi-modules.texi index 5b02aec19..1fc60984a 100644 --- a/doc/ref/srfi-modules.texi +++ b/doc/ref/srfi-modules.texi @@ -3867,7 +3867,7 @@ 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 {Constant} stream-null +@deffn {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. |