commit de8e5cedca7311d2549a34e07c6e42ddc8791f7b parent 2f1e1516bc92c28a72b9689264afb3e7a8108a8d Author: Wolfgang Corcoran-Mathe <wcm@sigwinch.xyz> Date: Wed, 7 Feb 2024 14:47:07 -0500 Apply errata. Diffstat:
M | doc/r7rs-small/overview.texinfo | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/doc/r7rs-small/overview.texinfo b/doc/r7rs-small/overview.texinfo @@ -15,7 +15,8 @@ informal semantics is the subject of chapters @ref{Basic concepts} through @ref{Standard procedures}. For reference purposes, @ref{Formal semantics} provides a formal semantics of Scheme. -Scheme is a statically scoped programming language. Each use of a +Scheme is a statically scoped programming language. After macros are +expanded, each use of a variable is associated with a lexically apparent binding of that variable.