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 | d4c1052daed4ea09bcd0b60a972b60ef1bfe2396 (patch) | |
tree | 499f211fa4024d53d87bfe1b6761a96052688c3f | |
parent | a83ccb6a5994f931f4d1048c5df50760b8b9fad1 (diff) | |
download | txr-d4c1052daed4ea09bcd0b60a972b60ef1bfe2396.tar.gz txr-d4c1052daed4ea09bcd0b60a972b60ef1bfe2396.tar.bz2 txr-d4c1052daed4ea09bcd0b60a972b60ef1bfe2396.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 |