summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-11-12 19:07:49 -0800
committerKaz Kylheku <kaz@kylheku.com>2015-11-12 19:07:49 -0800
commit8129ca095626ef343b087e50a4d286e72aeacc91 (patch)
treee381b14b6d4f4cc6b92a80d820683c1e7413608f
parent36fc9556a85f37952da4e3b9ad055b54d969e652 (diff)
downloadtxr-8129ca095626ef343b087e50a4d286e72aeacc91.tar.gz
txr-8129ca095626ef343b087e50a4d286e72aeacc91.tar.bz2
txr-8129ca095626ef343b087e50a4d286e72aeacc91.zip
Explanation about mlet circularity.
* txr.1: mlet circular references are detected at evaluation time, not by the macro.
-rw-r--r--txr.15
1 files changed, 4 insertions, 1 deletions
diff --git a/txr.1 b/txr.1
index f56cccb2..821fadca 100644
--- a/txr.1
+++ b/txr.1
@@ -15945,7 +15945,10 @@ whether initialization takes place, and thus whether its
.meta init-form
is evaluated.
-Direct circular references erroneous and are diagnosed.
+Direct circular references are erroneous and are diagnosed. This takes
+place when the macro-expanded form is evaluated, not during the
+expansion of
+.codn mlet .
.TP* Examples: