From d113d2d19a425ae11bba08ba244b2fbe3c938322 Mon Sep 17 00:00:00 2001 From: Stevie Strickland Date: Tue, 1 Dec 2009 20:44:27 +0000 Subject: [PATCH] Specifically mention #:wrapper1 as well, since that's also a common place for doing this. svn: r17151 --- collects/syntax/scribblings/module-reader.scrbl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/collects/syntax/scribblings/module-reader.scrbl b/collects/syntax/scribblings/module-reader.scrbl index 624f717ed5..395852dc16 100644 --- a/collects/syntax/scribblings/module-reader.scrbl +++ b/collects/syntax/scribblings/module-reader.scrbl @@ -141,7 +141,8 @@ reader functions return a list with a single expression that begins with @scheme[#%module-begin], then the @scheme[syntax/module-reader] language will not inappropriately add another. This is to be backwards-compatible with older code, and adding @scheme[#%module-begin] -in the reader functions should be considered deprecated behavior. +in the reader functions or in the function specified by @scheme[#:wrapper1] +should be considered deprecated behavior. In addition, the two wrappers can return a different value than the wrapped function. This introduces two more customization points for