From ced08a126bdc46dd3c5ee057ebc3bec4fece8a19 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Thu, 20 Oct 2016 07:28:24 -0700 Subject: doc: reduce-left fixes. * txr.1: Fixed grammar error and added clarification that the init-val isn't filtered through key-function. --- txr.1 | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'txr.1') diff --git a/txr.1 b/txr.1 index 90c0afb9..0f64b951 100644 --- a/txr.1 +++ b/txr.1 @@ -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: -- cgit v1.2.3