mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-30 06:50:31 +02:00
doc: `get-string-all' takes only one argument.
* doc/ref/api-io.texi (R6RS Textual Input): Remove `count' argument.
This commit is contained in:
parent
20d28792b3
commit
1fcf690929
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
file, the end-of-file object is returned.
|
||||||
@end deffn
|
@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
|
Reads from @var{textual-input-port} until an end of file, decoding
|
||||||
characters in the same manner as @code{get-string-n} and
|
characters in the same manner as @code{get-string-n} and
|
||||||
@code{get-string-n!}.
|
@code{get-string-n!}.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue