summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2018-11-27 07:01:53 -0800
committerKaz Kylheku <kaz@kylheku.com>2018-11-27 07:01:53 -0800
commit54bd7026304227f86e1ddd7c006f7c1e09cd267b (patch)
treea0ce8bbdc370f325aa78ff5ae9daa20fd61ee86b
parent92493b91074ec12f1caf859522c372c72a6fcfb0 (diff)
downloadtxr-54bd7026304227f86e1ddd7c006f7c1e09cd267b.tar.gz
txr-54bd7026304227f86e1ddd7c006f7c1e09cd267b.tar.bz2
txr-54bd7026304227f86e1ddd7c006f7c1e09cd267b.zip
doc: caseql* macro expands cases in global env
* txr.1: Use the correct term "global environment" rather than "dynamic environment" to desribe the scope in which caseq*, caseql* and casequal* expand the key forms.
-rw-r--r--txr.12
1 files changed, 1 insertions, 1 deletions
diff --git a/txr.1 b/txr.1
index f0f3f54d..76e4f629 100644
--- a/txr.1
+++ b/txr.1
@@ -14442,7 +14442,7 @@ where
is either an atom, which is evaluated to produce a key, or else
else a compound form, whose elements are evaluated as forms, producing
multiple keys. This evaluation takes place at macro-expansion time,
-in the dynamic environment.
+in the global environment.
The
.meta else-clause