From 1560ac77c722da00b503216f3bf90fe49eceff86 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Tue, 9 Feb 2021 20:10:43 -0800 Subject: doc: clarify implicit insertion object into predicate. * txr.1: Better wording is that the object is added as an implicit rightmost argument. --- txr.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/txr.1 b/txr.1 index 3b03ae57..d00ca2d8 100644 --- a/txr.1 +++ b/txr.1 @@ -40757,7 +40757,7 @@ the match fails. If the .meta avar variable is absent, then no initial variable matching takes place. -The corresponding object is inserted as an implicit extra argument into the +The corresponding object is added as an extra rightmost argument into the compound form, which is evaluated. Its truth value then determines the success of the match, just like in the case with .metn avar . -- cgit v1.2.3