On 2013-08-10, Jorge Barros de Abreu <ficmatin10 at gmail.com> wrote:
> In doc/info/nset.texi there is (line 2449):
>
> When the optional argument @var{s_0} is present,
> the result is equivalent @code{tree_reduce(@var{F}, cons(@var{s_0},
> @var{s})}.
>
> The first "(" is opened only and not closed.
Here's a patch. I'll commit it. Thanks for finding the problem.
best
Robert Dodier
PS.
$ git diff doc/info/nset.texi
diff --git a/doc/info/nset.texi b/doc/info/nset.texi
index c54af0b..2dfc36a 100644
--- a/doc/info/nset.texi
+++ b/doc/info/nset.texi
@@ -2447,7 +2447,7 @@ carrying the final element unchanged if there are an odd number of elements.
Then repeat until the list is reduced to a single element, which is the return value.
When the optional argument @var{s_0} is present,
-the result is equivalent @code{tree_reduce(@var{F}, cons(@var{s_0}, @var{s})}.
+the result is equivalent @code{tree_reduce(@var{F}, cons(@var{s_0}, @var{s}))}.
For addition of floating point numbers,
@code{tree_reduce} may return a sum that has a smaller rounding error