summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2013-09-12 23:58:32 -0400
committerMark H Weaver <mhw@netris.org>2013-09-13 00:00:43 -0400
commit803c087e6b72f59ed9e529c1e1ca4fbe34e8eda5 (patch)
tree5d703e5ce01bcd05fe03c37b29186fefd6d24ed4 /doc
parent76702cdcefb1d4a149b78fa0a474d22bed348e75 (diff)
Fix truncated documentation for 'put-char'.
Fixes <http://bugs.gnu.org/15152>. Reported by Josep Portella Florit <jpf@primfilat.com>. * doc/ref/api-io.texi (R6RS Textual Output): Fix truncated docs for 'put-char'. * THANKS: Add Josep Portella Florit to fixes section.
Diffstat (limited to 'doc')
-rw-r--r--doc/ref/api-io.texi1
1 files changed, 1 insertions, 0 deletions
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