diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2016-10-20 07:24:39 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2016-10-20 07:24:39 -0700 |
commit | 7b7a991e7b522aed96d724add7dce4c02e2d6d5e (patch) | |
tree | 6ba224d9af252540783b917d2ad7e45564ff1c3e | |
parent | af25632805bf9bda203883daf731e6d1cd744de4 (diff) | |
download | txr-7b7a991e7b522aed96d724add7dce4c02e2d6d5e.tar.gz txr-7b7a991e7b522aed96d724add7dce4c02e2d6d5e.tar.bz2 txr-7b7a991e7b522aed96d724add7dce4c02e2d6d5e.zip |
doc: fix incomplete range literal desc.
* txr.1: describe from and to expressions of
range literals.
-rw-r--r-- | txr.1 | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -10452,6 +10452,16 @@ Both expressions are literal objects, not subject to evaluation. The notation .code #R followed by a two-element list syntax denotes a range literal. +It combines +.meta from +and +.meta to +expressions, themselves literals not subject to +evaluation, producing the range object whose corresponding +.code to +and +.code from +fields are the objects denoted by these expressions. .coNP The @ .. notation In \*(TL, there is a special "dotdot" notation consisting of a pair of dots. |