X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=doc%2Fmanual%2Fstreams.texinfo;h=0e37a49f703c3d5265fd9eaf51da46f084fe0cea;hb=d5c8232ed5dc81aea41d3b9e865189660bf45614;hp=521384d46c162685f329fa47f25f66e12467e033;hpb=7d9c0d45104c9a45be14e237f237702154f75cc9;p=sbcl.git diff --git a/doc/manual/streams.texinfo b/doc/manual/streams.texinfo index 521384d..0e37a49 100644 --- a/doc/manual/streams.texinfo +++ b/doc/manual/streams.texinfo @@ -41,7 +41,7 @@ of the Franz Allegro simple-streams proposal. @section External Formats @cindex External formats -@findex stream-external-format +@findex @cl{stream-external-format} The encodings supported by SBCL as external formats are named by keyword. Each encoding has a canonical name, which will be encoding returned by @code{stream-external-format}, and a number of aliases for @@ -49,8 +49,8 @@ convenience, as shown in the table below: @include encodings.texi-temp -@findex open -@findex with-open-file +@findex @cl{open} +@findex @cl{with-open-file} In situations where an external file format designator is required, such as the @code{:external-format} argument in calls to @code{open} or @code{with-open-file}, users may supply the name of an encoding to @@ -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