From 73405fac7a5f6eea2160d5bfcf244a40e1bd0308 Mon Sep 17 00:00:00 2001 From: Yuval Langer Date: Mon, 29 Jul 2024 12:28:43 +0300 Subject: [PATCH] Fix typo. --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 6efd0aa..a0ab0d5 100644 --- a/README.org +++ b/README.org @@ -661,7 +661,7 @@ macros as follows: - If a macro transformer inserts a binding for an identifier (variable or keyword) not appearing in the macro use, the identifier is in - effect rename throughout its scope to avoid conflicts with other + effect renamed throughout its scope to avoid conflicts with other identifiers. - If a macro transformer inserts a free reference to an identifier,