guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] 01/02: doc: Remove copy/pasted sentence.


From: Ludovic Courtès
Subject: [Guile-commits] 01/02: doc: Remove copy/pasted sentence.
Date: Mon, 15 Jun 2020 04:09:43 -0400 (EDT)

civodul pushed a commit to branch master
in repository guile.

commit c7dec0b2317fedafe6eb9c26d584dd853f47c83d
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Fri Jun 12 12:42:48 2020 +0200

    doc: Remove copy/pasted sentence.
    
    * doc/ref/api-io.texi (I/O Extensions): Remove sentence pasted from
    'read' when explaining 'write' method.
---
 doc/ref/api-io.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/ref/api-io.texi b/doc/ref/api-io.texi
index 270a970..ecbd355 100644
--- a/doc/ref/api-io.texi
+++ b/doc/ref/api-io.texi
@@ -1596,7 +1596,7 @@ of bytes read.
 
 @item write
 A port's @code{write} implementation flushes write buffers to the
-mutable store.  A port's @code{read} implementation fills read buffers.
+mutable store.
 It should write out bytes from the supplied bytevector @code{src},
 starting at offset @code{start} and continuing for @code{count} bytes,
 and return the number of bytes that were written.



reply via email to

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