summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-10-19 06:37:16 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-10-19 06:37:16 -0700
commit8e48de592873f11510d746de3a11ccb766b9b78d (patch)
tree52d6ae252670781893fc7c415e07260070a1125e /txr.1
parent1a555b239d1949588e28e6fd5cbdb87c2d068226 (diff)
downloadtxr-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.13
1 files changed, 2 insertions, 1 deletions
diff --git a/txr.1 b/txr.1
index 3accb4ac..0ebbf29a 100644
--- a/txr.1
+++ b/txr.1
@@ -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