summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2010-01-20 12:51:25 -0800
committerKaz Kylheku <kaz@kylheku.com>2010-01-20 12:51:25 -0800
commit58fa8dd67971b2ea0ebb2777d912bb2738974810 (patch)
tree9e547e9604fb622e638a84d3a72f5c2fedce5420
parent35e9e76cd262cd67719019199cc7dd84ffc43aac (diff)
downloadtxr-58fa8dd67971b2ea0ebb2777d912bb2738974810.tar.gz
txr-58fa8dd67971b2ea0ebb2777d912bb2738974810.tar.bz2
txr-58fa8dd67971b2ea0ebb2777d912bb2738974810.zip
Remove unnecessary text.
-rw-r--r--txr.19
1 files changed, 3 insertions, 6 deletions
diff --git a/txr.1 b/txr.1
index fb0af09b..8d72a001 100644
--- a/txr.1
+++ b/txr.1
@@ -1663,12 +1663,9 @@ associated with a block (is not "in scope"). A block which is not contained in
any subquery extends to the end of the overall query. Blocks are never
terminated by @(end).
-The implicit anonymous blocks introduced by @(skip) has the same scope
-as the @(skip): it extends over all of the material which follows the skip, to the end of the containing subquery.
-
-The scope of the implicit anonymous block introduced by @(collect) spans only
-that collect coincides with the scope of that collect: from the @(collect)
-to its matching @(end).
+The implicit anonymous block introduced by @(skip) has the same scope
+as the @(skip): they extends over all of the material which follows the skip,
+to the end of the containing subquery.
.SS Block Nesting