From d0e6a5839f496458cf5d25fba09f91deb69317ef Mon Sep 17 00:00:00 2001 From: Alexis King Date: Tue, 10 Apr 2018 15:50:11 -0500 Subject: [PATCH] Fix a documented default value for syntax-local-make-definition-context --- pkgs/racket-doc/scribblings/reference/stx-trans.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-doc/scribblings/reference/stx-trans.scrbl b/pkgs/racket-doc/scribblings/reference/stx-trans.scrbl index e76a486723..da56156aed 100644 --- a/pkgs/racket-doc/scribblings/reference/stx-trans.scrbl +++ b/pkgs/racket-doc/scribblings/reference/stx-trans.scrbl @@ -441,7 +441,7 @@ context}, @racket[#f] otherwise.} @defproc[(syntax-local-make-definition-context [intdef-ctx (or/c internal-definition-context? #f) #f] - [add-scope? any/c #f]) + [add-scope? any/c #t]) internal-definition-context?]{ Creates an opaque @tech{internal-definition context} value to be used