diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-12-29 19:13:43 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-12-29 19:13:43 -0800 |
commit | 88bc3ed99fa4cd6ee4c095b3735a925999ea9ff7 (patch) | |
tree | c28978b1762e068c7cb5a0b45314e50afad092e9 | |
parent | ec5c6f9169b544bf8df6aca57a74dfc9fe3a9e1d (diff) | |
download | txr-88bc3ed99fa4cd6ee4c095b3735a925999ea9ff7.tar.gz txr-88bc3ed99fa4cd6ee4c095b3735a925999ea9ff7.tar.bz2 txr-88bc3ed99fa4cd6ee4c095b3735a925999ea9ff7.zip |
* txr.1: Useless sentence under reduce-left and reduce-right removed.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | txr.1 | 3 |
2 files changed, 4 insertions, 3 deletions
@@ -1,3 +1,7 @@ +2011-12-29 Kaz Kylheku <kaz@kylheku.com> + + * txr.1: Useless sentence under reduce-left and reduce-right removed. + 2011-12-28 Kaz Kylheku <kaz@kylheku.com> * genman.txr: Updated for recent man page changes. @@ -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 |