doc: `get-string-all' takes only one argument.
authorIan Price <ianprice90@googlemail.com>
Mon, 19 Aug 2013 21:25:41 +0000 (22:25 +0100)
committerIan Price <ianprice90@googlemail.com>
Mon, 19 Aug 2013 21:25:41 +0000 (22:25 +0100)
* doc/ref/api-io.texi (R6RS Textual Input): Remove `count' argument.

doc/ref/api-io.texi

index 4c42de8..a0619df 100644 (file)
@@ -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!}.