From 6fe071364f6e887d125e3ac928be1c77817c25d6 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Thu, 30 Jul 2009 04:23:20 +0000 Subject: [PATCH] svn: r15634 --- collects/scribblings/mzc/make.scrbl | 3 +++ 1 file changed, 3 insertions(+) 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}