From 1fcf690929d3cd5221f4fe95ed79f356be382a43 Mon Sep 17 00:00:00 2001 From: Ian Price Date: Mon, 19 Aug 2013 22:25:41 +0100 Subject: [PATCH] doc: `get-string-all' takes only one argument. * doc/ref/api-io.texi (R6RS Textual Input): Remove `count' argument. --- doc/ref/api-io.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ref/api-io.texi b/doc/ref/api-io.texi index 4c42de8d0..a0619df05 100644 --- a/doc/ref/api-io.texi +++ b/doc/ref/api-io.texi @@ -1956,7 +1956,7 @@ exact integer object. If no characters can be read before an end of file, the end-of-file object is returned. @end deffn -@deffn {Scheme Procedure} get-string-all textual-input-port count +@deffn {Scheme Procedure} get-string-all textual-input-port Reads from @var{textual-input-port} until an end of file, decoding characters in the same manner as @code{get-string-n} and @code{get-string-n!}.