From 54bd7026304227f86e1ddd7c006f7c1e09cd267b Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Tue, 27 Nov 2018 07:01:53 -0800 Subject: 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. --- txr.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3