summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--txr.112
1 files changed, 11 insertions, 1 deletions
diff --git a/txr.1 b/txr.1
index 7169d59a..c34aa421 100644
--- a/txr.1
+++ b/txr.1
@@ -5933,7 +5933,7 @@ The
.code repeat
symbol may be specified instead of
.codn collect ,
-which changes the meaning, see below:
+which changes the meaning:
.verb
@(repeat)
@@ -5941,6 +5941,16 @@ which changes the meaning, see below:
@(end)
.brev
+The
+.code @(repeat)
+syntax is equivalent to
+.code "@(collect :vars nil)"
+and doesn't take the
+.code :vars
+clause. It accepts other
+.code collect
+parameters.
+
The subquery is matched repeatedly, starting at the current line.
If it fails to match, it is tried starting at the subsequent line.
If it matches successfully, it is tried at the line following the