diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2016-01-02 21:35:25 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2016-01-02 21:35:25 -0800 |
commit | c7f2dd18637dfe72ff547ee5bd1cdac9cee76e6e (patch) | |
tree | ce459b39eff3408f1fdd437b2a7096df5a0d0c38 /txr.1 | |
parent | 175ec585200315fb32696fd4535769dea9c0d9d3 (diff) | |
download | txr-c7f2dd18637dfe72ff547ee5bd1cdac9cee76e6e.tar.gz txr-c7f2dd18637dfe72ff547ee5bd1cdac9cee76e6e.tar.bz2 txr-c7f2dd18637dfe72ff547ee5bd1cdac9cee76e6e.zip |
Bad formatting under Ranges
* txr.1: Add missing .desc macro invocations.
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -17020,6 +17020,7 @@ excess value which surpasses the endpoint is excluded from the sequence. .synb .mets (rcons < from << to ) .syne +.desc The .code rcons function constructs a range object which holds the values @@ -17045,6 +17046,7 @@ replace the values in a range. .synb .mets (rangep << value ) .syne +.desc The .code rangep function returns @@ -17059,6 +17061,7 @@ is a range. Otherwise it returns .mets (from << range ) .mets (to << range ) .syne +.desc The .code from and |