summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Price <ianprice90@googlemail.com>2013-08-19 22:25:41 +0100
committerIan Price <ianprice90@googlemail.com>2013-08-19 22:25:41 +0100
commit1fcf690929d3cd5221f4fe95ed79f356be382a43 (patch)
tree9924e8cbe48f3f25e672ca1c35673230ae1e0cfa
parent20d28792b3781e2ca4fd31f4978fc7a0adfbab9a (diff)
downloadguile-1fcf690929d3cd5221f4fe95ed79f356be382a43.tar.gz
doc: `get-string-all' takes only one argument.
* doc/ref/api-io.texi (R6RS Textual Input): Remove `count' argument.
-rw-r--r--doc/ref/api-io.texi2
1 files changed, 1 insertions, 1 deletions
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!}.