Email list hosting service & mailing list manager

typo? Richard Kelsey (26 Apr 1999 21:47 UTC)
Re: typo? William D Clinger (26 Apr 1999 22:07 UTC)
Re: typo? sperber@xxxxxx (27 Apr 1999 06:40 UTC)

Re: typo? William D Clinger 26 Apr 1999 22:08 UTC

Richard Kelsey spotted an error in SRFI-6:

>     (OPEN-OUTPUT-STRING)                                  ;procedure
>
>     Returns an output port that will accumulate characters for retrieval
>     by GET-OUTPUT-STRING.  The port can be closed by the procedure
>     CLOSE-INPUT-PORT, though its storage will be reclaimed by the ...
>           ^^^^^
>
> Did you mean CLOSE-OUTPUT-PORT?

Yes.  I just typed this in wrong, because the MacScheme documentation
was correct.

Will