From d4c1052daed4ea09bcd0b60a972b60ef1bfe2396 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Fri, 2 Jun 2023 06:24:17 -0700 Subject: doc: defmacro doesn't define local macros. * txr.1: Fix text referring to "local macro defined using defmacfro", which should of course be macrolet. --- txr.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/txr.1 b/txr.1 index 7c67ed0d..ab9f05c9 100644 --- a/txr.1 +++ b/txr.1 @@ -40341,7 +40341,7 @@ which are only instantiated in the evaluation phase, after expansion is done and macros no longer exist. A local macro defined using -.code defmacro +.code macrolet may decline to expand a macro form. Declining to expand is achieved by returning the original unexpanded form, which may be captured using the .code :form -- cgit v1.2.3