diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2016-10-29 15:44:01 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2016-10-29 15:44:01 -0700 |
commit | 8f19618313f5e1342177b8580575df5690195e8c (patch) | |
tree | e0b765898d68bc85ca734f146270fa11b73c89d2 | |
parent | 92dab94377adcc303296ddb96cb4cc9055536c8a (diff) | |
download | txr-8f19618313f5e1342177b8580575df5690195e8c.tar.gz txr-8f19618313f5e1342177b8580575df5690195e8c.tar.bz2 txr-8f19618313f5e1342177b8580575df5690195e8c.zip |
doc: erroneous claim about symbol-function.
* txr.1: Fix description under fun operator which
says that a macro expander is available via
symbol-function. This is outdated; the symbol-macro
function accesses macro bindings.
-rw-r--r-- | txr.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12501,8 +12501,8 @@ function, or one defined by Note: the .code fun operator does not see macro bindings. It is possible to -retrieve a global macro expander using -.codn symbol-function . +retrieve a global macro expander using the function +.codn symbol-macro . .TP* "Dialect Note:" A lambda expression is not a function name in \*(TL. The |