summaryrefslogtreecommitdiffstats
path: root/txr.1
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
commit955df04dab3e05274879196ef7726ede33625dc6 (patch)
treeb4057d70087bc095090f04c2e9adfcd299865434 /txr.1
parent0b133a832a731c356cd2bca7c37d8a4ed524b90c (diff)
downloadtxr-955df04dab3e05274879196ef7726ede33625dc6.tar.gz
txr-955df04dab3e05274879196ef7726ede33625dc6.tar.bz2
txr-955df04dab3e05274879196ef7726ede33625dc6.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.
Diffstat (limited to 'txr.1')
-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)