From 4e485fd9b56d4087e8cf9e96e29be1df18e5eb8b Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Wed, 1 Jul 2015 16:24:58 -0700 Subject: * txr.1: avoid term "regular macro". --- txr.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'txr.1') diff --git a/txr.1 b/txr.1 index 8992a257..ca77fd43 100644 --- a/txr.1 +++ b/txr.1 @@ -11253,11 +11253,11 @@ then the variable binding is favored. Macros do not participate in the special scope conflation, with one exception. What this means is that the space of symbol macros is not folded -together with the space of regular macros. An argument of +together with the space of operator macros. An argument of .code dwim that is a symbol might be symbol macro, variable or function, but it cannot be interpreted as the name of -a regular macro. +a operator macro. The exception is this: from the perspective of a .code dwim -- cgit v1.2.3