summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2016-04-13 06:44:41 -0700
committerKaz Kylheku <kaz@kylheku.com>2016-04-13 06:44:41 -0700
commit8ee1fbd550bebd87ee9c3998e33a2140f34c2f4e (patch)
tree6dd84d2d349510b5990645d21b8f7de118d45cdd /txr.1
parentd5087a29d231b4e51306ef3f3317f11cb99ba99a (diff)
downloadtxr-8ee1fbd550bebd87ee9c3998e33a2140f34c2f4e.tar.gz
txr-8ee1fbd550bebd87ee9c3998e33a2140f34c2f4e.tar.bz2
txr-8ee1fbd550bebd87ee9c3998e33a2140f34c2f4e.zip
Improved window-map doc.
* txr.1: Better wording introducing the semantics.
Diffstat (limited to 'txr.1')
-rw-r--r--txr.112
1 files changed, 6 insertions, 6 deletions
diff --git a/txr.1 b/txr.1
index f414743f..9dfe7485 100644
--- a/txr.1
+++ b/txr.1
@@ -22799,14 +22799,14 @@ the values returned by the calls to
are expected to be sequence which are appended together to
form the output sequence.
-These functions respectively resemble
+These functions are analogous to
.code mapcar
and
-.code mappend
-respectively. However, they operate only on a single sequence.
-Moreover, they perform a
-.IR "window mapping" ,
-explained as follows.
+.codn mappend .
+Unlike these, they operate only on a single sequence, and over this sequence
+they perform a
+.IR "sliding window mapping" ,
+whose description follows.
The argument to the
.meta range