diff options
-rw-r--r-- | THANKS | 1 | ||||
-rw-r--r-- | doc/ref/api-io.texi | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -74,6 +74,7 @@ For fixes or providing information which led to a fix: David Fang Barry Fishman Kevin J. Fletcher + Josep Portella Florit Charles Gagnon Fu-gangqiang Aidan Gauland diff --git a/doc/ref/api-io.texi b/doc/ref/api-io.texi index a0619df05..f1170eb2c 100644 --- a/doc/ref/api-io.texi +++ b/doc/ref/api-io.texi @@ -2131,6 +2131,7 @@ index @var{start} and limiting to @var{count} octets. @deffn {Scheme Procedure} put-char port char Writes @var{char} to the port. The @code{put-char} procedure returns +an unspecified value. @end deffn @deffn {Scheme Procedure} put-string port string |