summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2017-08-02 06:57:10 -0700
committerKaz Kylheku <kaz@kylheku.com>2017-08-02 06:57:10 -0700
commitca96062bb30e28586873ad491e4912cf599aaaab (patch)
treeea9e2840404b0e4235099ccf08293da517206768 /txr.1
parenta5673d3a90f367820c9c7e9010a8320819ac8751 (diff)
downloadtxr-ca96062bb30e28586873ad491e4912cf599aaaab.tar.gz
txr-ca96062bb30e28586873ad491e4912cf599aaaab.tar.bz2
txr-ca96062bb30e28586873ad491e4912cf599aaaab.zip
doc: note about global symbol macros.
* txr.1: Adding note that a symbol cannot be a global symbol macro and global variable at the same time.
Diffstat (limited to 'txr.1')
-rw-r--r--txr.14
1 files changed, 4 insertions, 0 deletions
diff --git a/txr.1 b/txr.1
index 39c10cc4..4a33879b 100644
--- a/txr.1
+++ b/txr.1
@@ -12713,6 +12713,10 @@ Symbol macros may be defined over the global variable namespace
using
.codn defsymacro .
+Note that whereas a symbol may simultaneously have both a function and macro
+binding in the global namespace, a symbol may not simultaneously have
+a variable and symbol macro binding.
+
.NP* Lexical Environments
In addition to global and dynamic namespaces, \*(TL provides lexically scoped