summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
Diffstat (limited to 'txr.1')
-rw-r--r--txr.13
1 files changed, 0 insertions, 3 deletions
diff --git a/txr.1 b/txr.1
index cc8b8a1b..96d0da03 100644
--- a/txr.1
+++ b/txr.1
@@ -5458,9 +5458,6 @@ The reduce-left and reduce-right functions reduce lists of operands
specified in <list> to a single value by the repeated application of
<binary-function>.
-Otherwise, <init-value> begins either a left-associative reduction
-under reduce-left, or a right-associative reduction under reduce-right.
-
First, both functions initialize an internal accumulator with <init-value>.
Under reduce-left, the list is processed left to right. If elements