1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

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.
This commit is contained in:
Mark H Weaver 2013-09-12 23:58:32 -04:00
parent 76702cdcef
commit 803c087e6b
2 changed files with 2 additions and 0 deletions

1
THANKS
View file

@ -74,6 +74,7 @@ For fixes or providing information which led to a fix:
David Fang David Fang
Barry Fishman Barry Fishman
Kevin J. Fletcher Kevin J. Fletcher
Josep Portella Florit
Charles Gagnon Charles Gagnon
Fu-gangqiang Fu-gangqiang
Aidan Gauland Aidan Gauland

View file

@ -2131,6 +2131,7 @@ index @var{start} and limiting to @var{count} octets.
@deffn {Scheme Procedure} put-char port char @deffn {Scheme Procedure} put-char port char
Writes @var{char} to the port. The @code{put-char} procedure returns Writes @var{char} to the port. The @code{put-char} procedure returns
an unspecified value.
@end deffn @end deffn
@deffn {Scheme Procedure} put-string port string @deffn {Scheme Procedure} put-string port string