summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2023-06-02 06:24:17 -0700
committerKaz Kylheku <kaz@kylheku.com>2023-06-02 06:24:17 -0700
commitd1fd979fe139713494819fd8609d9d851d57f001 (patch)
tree499f211fa4024d53d87bfe1b6761a96052688c3f
parent013426a780995c9f0f872acb8cc33b5892402958 (diff)
downloadtxr-d1fd979fe139713494819fd8609d9d851d57f001.tar.gz
txr-d1fd979fe139713494819fd8609d9d851d57f001.tar.bz2
txr-d1fd979fe139713494819fd8609d9d851d57f001.zip
doc: defmacro doesn't define local macros.
* txr.1: Fix text referring to "local macro defined using defmacfro", which should of course be macrolet.
-rw-r--r--txr.12
1 files changed, 1 insertions, 1 deletions
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