make Reference dependency on DrRacket docs indirect
Avoids a dependency of "racket-doc" on "drracket".
This commit is contained in:
parent
ea612d255f
commit
76a0eef121
|
@ -89,8 +89,9 @@ Racket adds properties to expanded syntax (often using
|
||||||
|
|
||||||
]
|
]
|
||||||
|
|
||||||
See also @secref["Syntax_Properties_that_Check_Syntax_Looks_For"
|
See also @seclink["Syntax_Properties_that_Check_Syntax_Looks_For"
|
||||||
#:doc '(lib "scribblings/tools/tools.scrbl")]
|
#:doc '(lib "scribblings/tools/tools.scrbl")
|
||||||
|
#:indirect? #t]{Check Syntax}
|
||||||
for one client of the @racket['disappeared-use] and @racket['disappeared-binding]
|
for one client of the @racket['disappeared-use] and @racket['disappeared-binding]
|
||||||
properties.
|
properties.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user