From 8d5f196f96b8c6f8e924d0edd8687dd7d4b0982c Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Wed, 8 Jun 2016 15:25:47 -0600 Subject: [PATCH] clairfy 'add default of `make-syntax-delta-introducer` result --- pkgs/racket-doc/scribblings/reference/stx-trans.scrbl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/racket-doc/scribblings/reference/stx-trans.scrbl b/pkgs/racket-doc/scribblings/reference/stx-trans.scrbl index 92792078fb..871da2b0fa 100644 --- a/pkgs/racket-doc/scribblings/reference/stx-trans.scrbl +++ b/pkgs/racket-doc/scribblings/reference/stx-trans.scrbl @@ -969,7 +969,8 @@ and different result procedures use distinct scopes. 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]. +@racket[ext-stx] that are not shared with @racket[base-stx], and with +a default action of @racket['remove]. A @racket[#f] value for @racket[base-stx] is equivalent to a syntax object with no @tech{scopes}.