mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-11 06:20:23 +02:00
Convert `close' ref to xref.
* doc/ref/api-io.texi (Ports): Convert `close' ref to xref. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
83d4c4d622
commit
c2817dc93b
1 changed files with 2 additions and 3 deletions
|
@ -115,9 +115,8 @@ Return @code{#t} if @var{x} is an output port, otherwise return
|
|||
Close the specified port object. Return @code{#t} if it successfully
|
||||
closes a port or @code{#f} if it was already closed. An exception may
|
||||
be raised if an error occurs, for example when flushing buffered output.
|
||||
@xref{Buffering}, for more on buffered output. See also @ref{Ports and
|
||||
File Descriptors, close}, for a procedure which can close file
|
||||
descriptors.
|
||||
@xref{Buffering}, for more on buffered output. @xref{Ports and File
|
||||
Descriptors, close}, for a procedure which can close file descriptors.
|
||||
@end deffn
|
||||
|
||||
@deffn {Scheme Procedure} port-closed? port
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue