Fix typo.
authorChris Hanson <org/chris-hanson/cph>
Fri, 5 May 2017 07:07:35 +0000 (00:07 -0700)
committerChris Hanson <org/chris-hanson/cph>
Fri, 5 May 2017 07:07:35 +0000 (00:07 -0700)
doc/ref-manual/io.texi

index 3b8adcac1fc4112d2eb73b752fa86d3e9b202ca3..e7a4ffef1497de97de34d845dc050f778cb96a39 100644 (file)
@@ -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