guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] 02/07: Convert `close' ref to xref.


From: Ludovic Courtès
Subject: [Guile-commits] 02/07: Convert `close' ref to xref.
Date: Wed, 22 Nov 2017 10:47:17 -0500 (EST)

civodul pushed a commit to branch stable-2.2
in repository guile.

commit c2817dc93bdc6e1b459047f015bd2f3cfeed9938
Author: Arun Isaac <address@hidden>
Date:   Thu Nov 16 03:43:12 2017 +0530

    Convert `close' ref to xref.
    
    * doc/ref/api-io.texi (Ports): Convert `close' ref to xref.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 doc/ref/api-io.texi | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/doc/ref/api-io.texi b/doc/ref/api-io.texi
index 9bd78d2..24890a1 100644
--- a/doc/ref/api-io.texi
+++ b/doc/ref/api-io.texi
@@ -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.
address@hidden, for more on buffered output.  See also @ref{Ports and
-File Descriptors, close}, for a procedure which can close file
-descriptors.
address@hidden, 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



reply via email to

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