diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2016-04-13 06:44:41 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2016-04-13 06:44:41 -0700 |
commit | 8ee1fbd550bebd87ee9c3998e33a2140f34c2f4e (patch) | |
tree | 6dd84d2d349510b5990645d21b8f7de118d45cdd /txr.1 | |
parent | d5087a29d231b4e51306ef3f3317f11cb99ba99a (diff) | |
download | txr-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.1 | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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 |