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 | 97234a1e2e0f17ec7575005b2412fa02697497d9 (patch) | |
tree | 6ba224d9af252540783b917d2ad7e45564ff1c3e | |
parent | 6bf31a8c9e9922042e63fae7328ecd482074e40a (diff) | |
download | txr-97234a1e2e0f17ec7575005b2412fa02697497d9.tar.gz txr-97234a1e2e0f17ec7575005b2412fa02697497d9.tar.bz2 txr-97234a1e2e0f17ec7575005b2412fa02697497d9.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. |