unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* bug#29310: [PATCH 0/1] `close-port' documentation: Convert `close' ref to xref
@ 2017-11-15 22:10 Arun Isaac
  2017-11-15 22:13 ` bug#29310: [PATCH 1/1] " Arun Isaac
  0 siblings, 1 reply; 3+ messages in thread
From: Arun Isaac @ 2017-11-15 22:10 UTC (permalink / raw)
  To: 29310

Currently, in info, it is rendered as "See also see close". Notice the
double occurrence of "see".

Arun Isaac (1):
  Convert `close' ref to xref.

 doc/ref/api-io.texi | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

-- 
2.14.2






^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#29310: [PATCH 1/1] Convert `close' ref to xref.
  2017-11-15 22:10 bug#29310: [PATCH 0/1] `close-port' documentation: Convert `close' ref to xref Arun Isaac
@ 2017-11-15 22:13 ` Arun Isaac
  2017-11-22 15:07   ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Arun Isaac @ 2017-11-15 22:13 UTC (permalink / raw)
  To: 29310

* doc/ref/api-io.texi (Ports): Convert `close' ref to xref.
---
 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 9bd78d229..24890a12e 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.
-@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
-- 
2.14.2






^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#29310: [PATCH 1/1] Convert `close' ref to xref.
  2017-11-15 22:13 ` bug#29310: [PATCH 1/1] " Arun Isaac
@ 2017-11-22 15:07   ` Ludovic Courtès
  0 siblings, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2017-11-22 15:07 UTC (permalink / raw)
  To: Arun Isaac; +Cc: 29310-done

Arun Isaac <arunisaac@systemreboot.net> skribis:

> * doc/ref/api-io.texi (Ports): Convert `close' ref to xref.

Applied, thanks!

Ludo'.





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-11-22 15:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-15 22:10 bug#29310: [PATCH 0/1] `close-port' documentation: Convert `close' ref to xref Arun Isaac
2017-11-15 22:13 ` bug#29310: [PATCH 1/1] " Arun Isaac
2017-11-22 15:07   ` Ludovic Courtès

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).