summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2016-10-29 15:44:01 -0700
committerKaz Kylheku <kaz@kylheku.com>2016-10-29 15:44:01 -0700
commit8f19618313f5e1342177b8580575df5690195e8c (patch)
treee0b765898d68bc85ca734f146270fa11b73c89d2
parent92dab94377adcc303296ddb96cb4cc9055536c8a (diff)
downloadtxr-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.14
1 files changed, 2 insertions, 2 deletions
diff --git a/txr.1 b/txr.1
index ab0d34e4..a0f78617 100644
--- a/txr.1
+++ b/txr.1
@@ -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