diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2018-11-27 07:01:53 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2018-11-27 07:01:53 -0800 |
commit | 472d9fe5fe1e89eaad0453830ae57ad59846cdb8 (patch) | |
tree | a0ce8bbdc370f325aa78ff5ae9daa20fd61ee86b | |
parent | d0adbcdd03739c582a78946dc1784b5b413dfb50 (diff) | |
download | txr-472d9fe5fe1e89eaad0453830ae57ad59846cdb8.tar.gz txr-472d9fe5fe1e89eaad0453830ae57ad59846cdb8.tar.bz2 txr-472d9fe5fe1e89eaad0453830ae57ad59846cdb8.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.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |