www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 6f9adb45a8d84441a6c32b8e15f7610e3d6c5a3a
parent 6a0b9c27a280f376e27fa8657c27ba652387ab4f
Author: Ben Greenman <benjaminlgreenman@gmail.com>
Date:   Tue, 17 Dec 2019 10:58:04 -0500

doc: replace undefined module name

Replace `debug-scopes/named-scopes` with one of the two documented
 "sub" modules.

Diffstat:
Mscribblings/debug-scopes.scrbl | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/scribblings/debug-scopes.scrbl b/scribblings/debug-scopes.scrbl @@ -43,7 +43,8 @@ (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 @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 @@ -167,4 +168,4 @@ hack currently used to implement named scopes. @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 macro defined by the overridden @racket[define-syntax] (and otherwise behaves - like the original @orig:syntax-local-introduce).} -\ No newline at end of file + like the original @orig:syntax-local-introduce).}