From be989d5cc5410ea7abcf267507a60b7564a19f9a Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Tue, 2 Sep 2008 14:32:59 +0000 Subject: [PATCH] typo svn: r11524 --- collects/scribblings/mzc/zo.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/mzc/zo.scrbl b/collects/scribblings/mzc/zo.scrbl index c86160062b..3ce2dfd705 100644 --- a/collects/scribblings/mzc/zo.scrbl +++ b/collects/scribblings/mzc/zo.scrbl @@ -20,7 +20,7 @@ will be found automatically when loading the source file. Outside of a module, top-level @scheme[define-syntaxes], @scheme[module], @scheme[#%require], -@scheme[define-values-for-syntaxes], and and @scheme[begin] +@scheme[define-values-for-syntax], and and @scheme[begin] expressions are handled specially by @exec{mzc --zo}: the compile-time portion of the expression is evaluated, because it might affect later expressions. (The @Flag{m} or @DFlag{module} flag turns off this