From fd19785c25c06583e18d55ae409409264eb5bd7d Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Fri, 6 Feb 2004 18:15:40 +0000 Subject: [PATCH] Fix typo. --- v7/doc/ref-manual/io.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/doc/ref-manual/io.texi b/v7/doc/ref-manual/io.texi index b18eef937..5d14a65d9 100644 --- a/v7/doc/ref-manual/io.texi +++ b/v7/doc/ref-manual/io.texi @@ -1,5 +1,5 @@ @c This file is part of the MIT/GNU Scheme Reference Manual. -@c $Id: io.texi,v 1.4 2004/01/16 20:47:22 cph Exp $ +@c $Id: io.texi,v 1.5 2004/02/06 18:15:40 cph Exp $ @c Copyright 1991,1992,1993,1994,1995 Massachusetts Institute of Technology @c Copyright 1996,1997,1999,2000,2001 Massachusetts Institute of Technology @@ -617,7 +617,7 @@ character, or to end of file if no terminating character was found. 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 eof of file. If end +unconditionally until it sees either a delimiter or end of file. If end of file is encountered before any characters are read, an end-of-file object is returned. -- 2.25.1