From 8e48de592873f11510d746de3a11ccb766b9b78d Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Mon, 19 Oct 2015 06:37:16 -0700 Subject: defmeth and with-objects formatting fix. * txr.1: Bad syntax formatting in defmeth. Missing .desc under with-objects. --- txr.1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'txr.1') 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 -- cgit v1.2.3