From: Chris Hanson Date: Fri, 5 May 2017 07:07:35 +0000 (-0700) Subject: Fix typo. X-Git-Tag: mit-scheme-pucked-9.2.12~14^2~83 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=2b69a217b16f577847b836cc686d82d68ccd9bf9;p=mit-scheme.git Fix typo. --- diff --git a/doc/ref-manual/io.texi b/doc/ref-manual/io.texi index 3b8adcac1..e7a4ffef1 100644 --- a/doc/ref-manual/io.texi +++ b/doc/ref-manual/io.texi @@ -791,8 +791,8 @@ Reads characters from @var{port} until it finds a terminating character that is a member of @var{char-set} (@pxref{Character Sets}) or encounters end of file. The port is updated to point to the terminating character, or to end of file if no terminating character -was found. @code{read-string} returns the characters, up to but -excluding the terminating character, as a newly allocated string. +was found. @code{read-delimited-string} returns the characters, up to +but excluding the terminating character, as a newly allocated string. This procedure ignores the blocking mode of the port, blocking unconditionally until it sees either a delimiter or end of file. If end