X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=doc%2Fmanual%2Fstreams.texinfo;h=8b16e90ccffa491b807ddaae6c349c18aa1032b1;hb=180b35f2868045afb6574f52b766ce3d7564e2e1;hp=1cd05954694e2d7fd200ff66e08d3eab23a77e56;hpb=01b53542be411ba6ede003da5e7292e16602ab6e;p=sbcl.git diff --git a/doc/manual/streams.texinfo b/doc/manual/streams.texinfo index 1cd0595..8b16e90 100644 --- a/doc/manual/streams.texinfo +++ b/doc/manual/streams.texinfo @@ -1,3 +1,7 @@ +@node Extensible Streams +@comment node-name, next, previous, up +@chapter Extensible Streams + SBCL supports @dfn{Gray streams}, user-overloadable CLOS classes whose instances can be used as Lisp streams (e.g. passed as the first argument to @code{format}). Additionally, the bundled contrib module @@ -5,8 +9,8 @@ argument to @code{format}). Additionally, the bundled contrib module simple-streams proposal. @menu -* Gray Streams:: -* Simple Streams:: +* Gray Streams:: +* Simple Streams:: @end menu @node Gray Streams