From d19137c998f077f762a462a634536090d14a5841 Mon Sep 17 00:00:00 2001 From: Ryan Culpepper Date: Sat, 28 Jul 2012 16:40:38 -0400 Subject: [PATCH] fix name of function in docs Closes PR 12950 --- collects/scribblings/reference/syntax-util.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/reference/syntax-util.scrbl b/collects/scribblings/reference/syntax-util.scrbl index 925ec67a72..083721748e 100644 --- a/collects/scribblings/reference/syntax-util.scrbl +++ b/collects/scribblings/reference/syntax-util.scrbl @@ -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. }