fix name of function in docs

Closes PR 12950
(cherry picked from commit d19137c998)
This commit is contained in:
Ryan Culpepper 2012-07-28 16:40:38 -04:00
parent e475d92910
commit c0b1c96850

View File

@ -144,7 +144,7 @@ forms like @racket[with-disappeared-uses].
#:contracts ([stx-expr syntax?])]{
Evaluates the @racket[stx-expr], catching identifiers looked up using
@racket[syntax-local-value/catch]. Adds the caught identifiers to the
@racket[syntax-local-value/record]. Adds the caught identifiers to the
@racket['disappeared-uses] syntax property of the resulting syntax
object.
}