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 | 96f1ff1066d9a741baf372a48d5f946fc68e534e (patch) | |
tree | e0b765898d68bc85ca734f146270fa11b73c89d2 | |
parent | 633e61b1fbe309d676b6150381c391f88fc47153 (diff) | |
download | txr-96f1ff1066d9a741baf372a48d5f946fc68e534e.tar.gz txr-96f1ff1066d9a741baf372a48d5f946fc68e534e.tar.bz2 txr-96f1ff1066d9a741baf372a48d5f946fc68e534e.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 |