diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2023-06-02 06:24:17 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2023-06-02 06:24:17 -0700 |
commit | d1fd979fe139713494819fd8609d9d851d57f001 (patch) | |
tree | 499f211fa4024d53d87bfe1b6761a96052688c3f | |
parent | 013426a780995c9f0f872acb8cc33b5892402958 (diff) | |
download | txr-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.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |