From 2b69a217b16f577847b836cc686d82d68ccd9bf9 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Fri, 5 May 2017 00:07:35 -0700 Subject: [PATCH] Fix typo. --- doc/ref-manual/io.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.25.1