From 221f401ca8f026da180ec14106923e842fc61cff Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Fri, 26 Jan 2018 06:30:57 -0800 Subject: doc: fix mistake in summary of @(repeat) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reported by Martin Dvořák. * txr.1: In pattern matching clauses, repeat and rep are shorthands for collect and coll. --- txr.1 | 4 ++-- 1 file 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) -- cgit v1.2.3