diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2016-10-20 07:28:24 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2016-10-20 07:28:24 -0700 |
commit | ced08a126bdc46dd3c5ee057ebc3bec4fece8a19 (patch) | |
tree | 5ee54e5ff3285be62c39c0161b4914430b29f44d | |
parent | 97234a1e2e0f17ec7575005b2412fa02697497d9 (diff) | |
download | txr-ced08a126bdc46dd3c5ee057ebc3bec4fece8a19.tar.gz txr-ced08a126bdc46dd3c5ee057ebc3bec4fece8a19.tar.bz2 txr-ced08a126bdc46dd3c5ee057ebc3bec4fece8a19.zip |
doc: reduce-left fixes.
* txr.1: Fixed grammar error and added clarification
that the init-val isn't filtered through key-function.
-rw-r--r-- | txr.1 | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -24639,8 +24639,10 @@ If is specified, then the items of .meta list are -mapped to a new values through -.metn key-function . +mapped to new values through +.metn key-function , +as if by +.codn mapcar . If .meta init-value is supplied, @@ -24657,6 +24659,10 @@ the effective operand list is produced by appending .meta init-value to .metn list . +The +.meta init-value +isn't mapped through +.metn key-function . The production of the effective list can be expressed like this, though this is not to be understood as the actual implementation: |