diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2018-01-26 06:30:57 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2018-01-26 06:30:57 -0800 |
commit | 955df04dab3e05274879196ef7726ede33625dc6 (patch) | |
tree | b4057d70087bc095090f04c2e9adfcd299865434 /txr.1 | |
parent | 0b133a832a731c356cd2bca7c37d8a4ed524b90c (diff) | |
download | txr-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.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |