summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2018-01-26 06:30:57 -0800
committerKaz Kylheku <kaz@kylheku.com>2018-01-26 06:30:57 -0800
commit221f401ca8f026da180ec14106923e842fc61cff (patch)
treeb4057d70087bc095090f04c2e9adfcd299865434
parent213feddff53459692597533d439edd2736302e38 (diff)
downloadtxr-221f401ca8f026da180ec14106923e842fc61cff.tar.gz
txr-221f401ca8f026da180ec14106923e842fc61cff.tar.bz2
txr-221f401ca8f026da180ec14106923e842fc61cff.zip
doc: fix mistake in summary of @(repeat)
Reported by Martin Dvořák. * txr.1: In pattern matching clauses, repeat and rep are shorthands for collect and coll.
-rw-r--r--txr.14
1 files changed, 2 insertions, 2 deletions
diff --git a/txr.1 b/txr.1
index ce929704..2fcaf794 100644
--- a/txr.1
+++ b/txr.1
@@ -3500,9 +3500,9 @@ text, with successive substitutions pulled from lists. The directive
produces iteration over lists horizontally within one line. These directives
have a different meaning in matching clauses, providing a shorthand
notation for
-.code "@(repeat :vars nil)"
+.code "@(collect :vars nil)"
and
-.codn "@(rep :vars nil)" ,
+.codn "@(coll :vars nil)" ,
respectively.
.coIP @(deffilter)