bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#15152: put-char documentation


From: Josep Portella Florit
Subject: bug#15152: put-char documentation
Date: Wed, 21 Aug 2013 16:01:20 +0200

Hi!

There is another little error in `doc/ref/api-io.texi'.  The
documentation for put-char ends abruptly:

@deffn {Scheme Procedure} put-char port char
Writes @var{char} to the port. The @code{put-char} procedure returns
@end deffn

It should be:

@deffn {Scheme Procedure} put-char port char
Writes @var{char} to the port. The @code{put-char} procedure returns
an unspecified value.
@end deffn


Josep






reply via email to

[Prev in Thread] Current Thread [Next in Thread]