diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2017-07-07 07:06:33 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2017-07-07 07:06:33 -0700 |
commit | 603d0c7e0a59762ff35bcff54ad6910f30d871eb (patch) | |
tree | 3b01e873f95f18b12e641e0bafb927ecda9efc04 | |
parent | c1292d42aab5b8ac1026dbcb0b873927ab4e7b70 (diff) | |
download | txr-603d0c7e0a59762ff35bcff54ad6910f30d871eb.tar.gz txr-603d0c7e0a59762ff35bcff54ad6910f30d871eb.tar.bz2 txr-603d0c7e0a59762ff35bcff54ad6910f30d871eb.zip |
doc: fun operator has way to see macros.
* txr.1: Clarify an otherwise misleading text. It's true that
the fun operator doesn't resolve macros via straight symbol
names, but it does do so via (macro <name>) syntax.
-rw-r--r-- | txr.1 | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -13564,7 +13564,17 @@ operator yields that function. Note: the .code fun -operator does not see macro bindings. It is possible to +operator does not see macro bindings via their symbolic names +with which they are defined by +.codn defmacro . +However, the name syntax +.cblk +.meti (macro << name ) +.cble +may be used to refer to macros. This syntax is documented in the +description of +.codn func-get-name . +It is also possible to retrieve a global macro expander using the function .codn symbol-macro . |