From d5087a29d231b4e51306ef3f3317f11cb99ba99a Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Wed, 13 Apr 2016 06:40:49 -0700 Subject: Fix wrong documentation for window-map. * txr.1: window-map doesn't require the function to return sequences, and doesn't append. --- txr.1 | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/txr.1 b/txr.1 index 09e0f03e..f414743f 100644 --- a/txr.1 +++ b/txr.1 @@ -22788,18 +22788,16 @@ otherwise a list. Under .codn window-map , +values returned by .meta function -is expected to return a sequence. The sequences returned -by the calls to -.meta function -are appended together to form the sequence that, possibly after a conversion to -the same type as +are accumulated into a sequence of the same type as .meta sequence -becomes the output sequence. Under +and that sequence is returned. Under .codn window-mappend , the values returned by the calls to .meta function -are appended together. +are expected to be sequence which are appended together to +form the output sequence. These functions respectively resemble .code mapcar -- cgit v1.2.3