From 0d804180134e90fb2a7e1013870b16a2b7c622d2 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Thu, 13 Mar 2008 07:44:54 +0000 Subject: [PATCH] typo svn: r8964 --- collects/scribblings/reference/stx-trans.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/reference/stx-trans.scrbl b/collects/scribblings/reference/stx-trans.scrbl index 95ff58f429..d8828ffb44 100644 --- a/collects/scribblings/reference/stx-trans.scrbl +++ b/collects/scribblings/reference/stx-trans.scrbl @@ -137,7 +137,7 @@ stop list, but with two results: a syntax object for the fully expanded expression, and a syntax object whose content is opaque. The latter can be used in place of the former (perhaps in a larger expression produced by a macro transformer), and when the macro -expander encouters the opaque object, it substitutes the fully +expander encounters the opaque object, it substitutes the fully expanded expression without re-expanding it; the @exnraise[exn:fail:syntax] if the expansion context includes bindings or marks that were not present for the original expansion, in which