summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2022-10-06 22:05:52 -0700
committerKaz Kylheku <kaz@kylheku.com>2022-10-06 22:05:52 -0700
commit758a8d52fb20d976d7fc459aa6ca34242a6ec0ee (patch)
tree25162e7695669a0537a07cfeaafe0d56e392f725 /txr.1
parentd43f7f36d691362ec4b12b26f1ab252d7be280cf (diff)
downloadtxr-758a8d52fb20d976d7fc459aa6ca34242a6ec0ee.tar.gz
txr-758a8d52fb20d976d7fc459aa6ca34242a6ec0ee.tar.bz2
txr-758a8d52fb20d976d7fc459aa6ca34242a6ec0ee.zip
doc: revise text under :mass-delegate.
* txr.1: Revise text, fixing a grammar error.
Diffstat (limited to 'txr.1')
-rw-r--r--txr.18
1 files changed, 5 insertions, 3 deletions
diff --git a/txr.1 b/txr.1
index 9e379275..162545c4 100644
--- a/txr.1
+++ b/txr.1
@@ -32126,10 +32126,12 @@ to refer to the delegating object.
The
.meta delegate-expr
-is an expression which is inserted into every method. It is required
-to evaluates to the delegate object. This expression may make a reference to
+is an expression which is inserted into every method. Its evaluation
+is expected to produce the delegate object.
+This expression may reference
.meta self-var
-in order to retrieve the delegate from the delegating object.
+in order to retrieve or otherwise obtain the delegate from the delegating
+object.
The
.meta from-type