diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-10-19 06:37:16 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-10-19 06:37:16 -0700 |
commit | 8e48de592873f11510d746de3a11ccb766b9b78d (patch) | |
tree | 52d6ae252670781893fc7c415e07260070a1125e /txr.1 | |
parent | 1a555b239d1949588e28e6fd5cbdb87c2d068226 (diff) | |
download | txr-8e48de592873f11510d746de3a11ccb766b9b78d.tar.gz txr-8e48de592873f11510d746de3a11ccb766b9b78d.tar.bz2 txr-8e48de592873f11510d746de3a11ccb766b9b78d.zip |
defmeth and with-objects formatting fix.
* txr.1: Bad syntax formatting in defmeth.
Missing .desc under with-objects.
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -18249,7 +18249,7 @@ syntax. .coNP Macro @ defmeth .synb -.mets (defmeth < type-name < name <> param-list << body-form *) +.mets (defmeth < type-name < name < param-list << body-form *) .syne .desc The @@ -19249,6 +19249,7 @@ callable as a function, and accept the arguments. .synb .mets (with-objects >> ({( sym << init-form )}*) << body-form *) .syne +.desc The .code with-objects macro provides a binding construct very similar to |