diff --git a/collects/scribblings/mzc/make.scrbl b/collects/scribblings/mzc/make.scrbl index 05601e8d77..06b0eed817 100644 --- a/collects/scribblings/mzc/make.scrbl +++ b/collects/scribblings/mzc/make.scrbl @@ -250,6 +250,9 @@ A parameter whose value is called for each file that is loaded and @scheme[#f], then the file is compiled as usual. The default is @scheme[(lambda (x) #f)].} + Defaults to @scheme[(λ (x) #f)]. +} + @; ---------------------------------------------------------------------- @section{Compilation Manager Hook for Syntax Transformers}