From 067c4b4359fbaa496dd1d91e35e97bc57d2d593f Mon Sep 17 00:00:00 2001 From: Ryan Culpepper Date: Sat, 8 Oct 2011 23:23:57 -0600 Subject: [PATCH] updated documentation for syntax/trusted-xforms closes PR 12269 merge to 5.2 (cherry picked from commit 81fa15e27bc88c6a7f494d0d6f32e1d748205021) --- collects/syntax/scribblings/trusted-xforms.scrbl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/collects/syntax/scribblings/trusted-xforms.scrbl b/collects/syntax/scribblings/trusted-xforms.scrbl index 5719bd4bd6..e14c0a5745 100644 --- a/collects/syntax/scribblings/trusted-xforms.scrbl +++ b/collects/syntax/scribblings/trusted-xforms.scrbl @@ -8,8 +8,8 @@ The @racketmodname[syntax/trusted-xforms] library has no exports. It exists only to require other modules that perform syntax transformations, where the other transformations must use -@racket[syntax-recertify]. An application that wishes to provide a -less powerful code inspector to a sub-program should generally attach -@racketmodname[syntax/trusted-xforms] to the sub-program's namespace -so that things like the class system from @racketmodname[scheme/class] -work properly. +@racket[syntax-disarm] or @racket[syntax-arm]. An application that +wishes to provide a less powerful code inspector to a sub-program +should generally attach @racketmodname[syntax/trusted-xforms] to the +sub-program's namespace so that things like the class system from +@racketmodname[racket/class] work properly.