X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fmanual%2Fstreams.texinfo;h=0e37a49f703c3d5265fd9eaf51da46f084fe0cea;hb=098f53bae55186b7b0b1cdc82f1ec0abbe6c97e7;hp=c1c8ceb12e673279c1cc7bc568a7b8186275206d;hpb=74cfbf6d0572b7df1b3492563408a7cb3ae103cf;p=sbcl.git diff --git a/doc/manual/streams.texinfo b/doc/manual/streams.texinfo index c1c8ceb..0e37a49 100644 --- a/doc/manual/streams.texinfo +++ b/doc/manual/streams.texinfo @@ -85,7 +85,7 @@ read and written with the usual input and output functions. @quotation Streams are @emph{not} created bivalent by default for performance reasons. Bivalent streams are incompatible with -@code{fast-read-char}, an internal optimization in sbcl's stream +@code{fast-read-char}, an internal optimization in SBCL's stream machinery that bulk-converts octets to characters and implements a fast path through @code{read-char}. @end quotation