From 594bdd6e61ef46c1e3704114f3ff4f4350933ff4 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Wed, 22 Jul 2015 11:17:07 -0600 Subject: [PATCH] fix incomplete text of docs for `syntax-local-introduce` --- pkgs/racket-doc/scribblings/reference/stx-trans.scrbl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/racket-doc/scribblings/reference/stx-trans.scrbl b/pkgs/racket-doc/scribblings/reference/stx-trans.scrbl index 2c017a3092..5db184a0ac 100644 --- a/pkgs/racket-doc/scribblings/reference/stx-trans.scrbl +++ b/pkgs/racket-doc/scribblings/reference/stx-trans.scrbl @@ -783,8 +783,10 @@ definition context. @defproc[(syntax-local-introduce [stx syntax?]) syntax?]{ Produces a syntax object that is like @racket[stx], except that the -presence of @tech{scopes} for the current expansion---both the. See -@secref["transformer-model"] for information on @tech{scopes}. +presence of @tech{scopes} for the current expansion---both the +macro-introduction scope and the use-site scope, if any---is flipped +on all parts of the syntax object. See @secref["transformer-model"] for information +on macro-introduction and use-site @tech{scopes}. @transform-time[]}