diff --git a/collects/scribblings/mzc/make.scrbl b/collects/scribblings/mzc/make.scrbl index 06b0eed817..05601e8d77 100644 --- a/collects/scribblings/mzc/make.scrbl +++ b/collects/scribblings/mzc/make.scrbl @@ -250,9 +250,6 @@ 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}