From 83c4a2a19c2551fab2ffc1ee47acf6e2142a9452 Mon Sep 17 00:00:00 2001 From: Stephen Chang Date: Tue, 27 Oct 2015 13:51:39 -0400 Subject: [PATCH] typo in doc for make-syntax-delta-introducer I'm not sure about the _m-id_ part but I think this is what the docs are trying to say. --- pkgs/racket-doc/scribblings/reference/stx-trans.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/racket-doc/scribblings/reference/stx-trans.scrbl b/pkgs/racket-doc/scribblings/reference/stx-trans.scrbl index db3f8f36b3..a7d5194838 100644 --- a/pkgs/racket-doc/scribblings/reference/stx-trans.scrbl +++ b/pkgs/racket-doc/scribblings/reference/stx-trans.scrbl @@ -916,7 +916,7 @@ and different result procedures use distinct scopes. added the optional operation argument in the result procedure.}]} -@defproc[(make-syntax-delta-introducer [ext-stx syntax?] +@defproc[(make-syntax-delta-introducer [ext-stx identifier?] [base-stx (or/c syntax? #f)] [phase-level (or/c #f exact-integer?) (syntax-local-phase-level)]) @@ -926,7 +926,7 @@ Produces a procedure that behaves like the result of @racket[make-syntax-introducer], but using the @tech{scopes} of @racket[ext-stx] that are not shared with @racket[base-stx]. -This procedure is potentially useful when @racket[_m-id] has a +This procedure is potentially useful when some @racket[_m-id] has a transformer binding that records some @racket[_orig-id], and a use of @racket[_m-id] introduces a binding of @racket[_orig-id]. In that case, the @tech{scopes} one the use of @racket[_m-id] added since the