doc: replace undefined module name #6

Merged
bennn merged 1 commits from fix-tag into master 2019-12-17 18:37:53 +00:00

View File

@ -43,7 +43,8 @@
(foo (list 123))] (foo (list 123))]
When using @racketmodname[debug-scopes/named-scopes], a named scope is often When using named scopes---for example, via
@racketmodname[debug-scopes/named-scopes/override]---a named scope is often
used instead of the macro scope flipped by @racket[syntax-local-introduce]. If used instead of the macro scope flipped by @racket[syntax-local-introduce]. If
@racket[+scopes] is called within that context, it also annotates the whole @racket[+scopes] is called within that context, it also annotates the whole
expression with the named scope which acts as a replacement for the macro expression with the named scope which acts as a replacement for the macro
@ -167,4 +168,4 @@ hack currently used to implement named scopes.
@orig:syntax-local-introduce, but uses the named scope set up by @orig:syntax-local-introduce, but uses the named scope set up by
@racket[define-syntax] if called within the dynamic extent of a call to a @racket[define-syntax] if called within the dynamic extent of a call to a
macro defined by the overridden @racket[define-syntax] (and otherwise behaves macro defined by the overridden @racket[define-syntax] (and otherwise behaves
like the original @orig:syntax-local-introduce).} like the original @orig:syntax-local-introduce).}