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:
parent
76702cdcef
commit
803c087e6b
2 changed files with 2 additions and 0 deletions
1
THANKS
1
THANKS
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue