On Sat, 24 Apr 2021 13:45:40 -0400 Stefan Monnier wrote: >> --- a/doc/lispref/macros.texi >> +++ b/doc/lispref/macros.texi >> @@ -486,7 +486,7 @@ variable with the same name as one of the macro arguments. Inside the >> macro body, the macro argument binding is the most local binding of this >> variable, so any references inside the form being evaluated do refer to >> it. Here is an example: >> - >> +@c FIXME with lexical-binding t this example no longer applies > > Thanks, I tried to address this problem. Thank you! I found parts of the new text a bit hard to read and/or understand, and wonder if something like the following could be an improvement. WDYT?