X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=doc%2Fmanual%2Fstreams.texinfo;h=c1c8ceb12e673279c1cc7bc568a7b8186275206d;hb=ee5629ee974ee8ce7a1cb245a99e94f8943ffd90;hp=521384d46c162685f329fa47f25f66e12467e033;hpb=7d9c0d45104c9a45be14e237f237702154f75cc9;p=sbcl.git diff --git a/doc/manual/streams.texinfo b/doc/manual/streams.texinfo index 521384d..c1c8ceb 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