guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] 01/02: doc: Fix documentation for srfi-171.


From: Ludovic Courtès
Subject: [Guile-commits] 01/02: doc: Fix documentation for srfi-171.
Date: Mon, 18 May 2020 05:04:25 -0400 (EDT)

civodul pushed a commit to branch master
in repository guile.

commit 922c3bd55cc46ba21e5fd5120b482e8e5f114efa
Author: Linus Björnstam <linus@Linuss-iMac.local>
AuthorDate: Fri May 1 15:11:25 2020 +0200

    doc: Fix documentation for srfi-171.
    
    * doc/ref/srfi-modules.texi (SRFI-171): Fix broken documentation.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 doc/ref/srfi-modules.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/ref/srfi-modules.texi b/doc/ref/srfi-modules.texi
index fd19079..9de8396 100644
--- a/doc/ref/srfi-modules.texi
+++ b/doc/ref/srfi-modules.texi
@@ -5764,7 +5764,7 @@ and SRFI-158-styled generators respectively.
 @deffnx {Scheme Procedure} port-transduce xform f identity reader port
 
 Same as @code{list-reduce} but for ports.  Called without a port, it
-reduces over the results of applying @var{(reader)} until the
+reduces over the results of applying @var{reader} until the
 EOF-object is returned, presumably to read from
 @code{current-input-port}.  With a port @var{reader} is applied to
 @var{port} instead of without any arguments.  If @var{identity} is
@@ -6010,7 +6010,7 @@ be used to generalize something like @code{tsegment}:
 @example
 ;; This behaves exactly like (tsegment 4).
 (list-transduce (tbatch (ttake 4) rcons) rcons (iota 10))
-@result {} ((0 1 2 3) (4 5 6 7) (8 9))
+@result{} ((0 1 2 3) (4 5 6 7) (8 9))
 @end example
 @end deffn
 



reply via email to

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