From 96f1ff1066d9a741baf372a48d5f946fc68e534e Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sat, 29 Oct 2016 15:44:01 -0700 Subject: 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. --- txr.1 | 4 ++-- 1 file 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 -- cgit v1.2.3