summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--txr.112
1 files 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