diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2017-07-08 23:25:10 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2017-07-08 23:25:10 -0700 |
commit | 68e311919ff55b6135e751ef3bd0d673c93616e8 (patch) | |
tree | ee7b77be182da042e733b6787097fee123175ea1 | |
parent | f52dea25adcad5b268c479f63ec1a0ef90dd6a6f (diff) | |
download | txr-68e311919ff55b6135e751ef3bd0d673c93616e8.tar.gz txr-68e311919ff55b6135e751ef3bd0d673c93616e8.tar.bz2 txr-68e311919ff55b6135e751ef3bd0d673c93616e8.zip |
doc: fixes under window-map.
* txr.1: grammar fix: S-V number agreement. Add missing
number 2.
-rw-r--r-- | txr.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -27401,11 +27401,11 @@ whose description follows. The argument to the .meta range parameter must be a positive integer, not exceeding 512. -This parameter specified the amount of ahead/behind context on either +This parameter specifies the amount of ahead/behind context on either side of each element which is processed. It indirectly determines the window size for the mapping. The window size is twice .metn range , -plus one. For instance if range is , then the window size is 5: +plus one. For instance if range is 2, then the window size is 5: the element being processed lies at the center of the window, flanked by two elements on either side, making five. |