Fix more doc links.

This commit is contained in:
Vincent St-Amour 2014-09-12 11:09:49 -04:00
parent dfb227ed32
commit 1938005240

View File

@ -1,7 +1,7 @@
#lang scribble/doc
@(require scribblings/reference/mz
(for-label compatibility/defmacro
syntax/parse))
syntax/parse syntax/parse/define))
@title[#:tag "defmacro"]{Legacy macro support}
@ -73,6 +73,6 @@ executed in the syntax-expansion phase. Translating code that
involves @racket[define-macro] or @racket[defmacro] from an
implementation without this restriction usually implies separating
macro related functionality into a @racket[begin-for-syntax] or a
module (that will be imported with @racket[require-for-syntax]) and
module (that will be imported with @racket[for-syntax]) and
properly distinguishing syntactic information from run-time
information.}