From 7b7a991e7b522aed96d724add7dce4c02e2d6d5e Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Thu, 20 Oct 2016 07:24:39 -0700 Subject: doc: fix incomplete range literal desc. * txr.1: describe from and to expressions of range literals. --- txr.1 | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/txr.1 b/txr.1 index 6b4309df..90c0afb9 100644 --- a/txr.1 +++ b/txr.1 @@ -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. -- cgit v1.2.3