From 1ad63e5da0b777636f5e2aadac1048f76cae8b61 Mon Sep 17 00:00:00 2001 From: Vincent St-Amour Date: Thu, 2 Jun 2011 18:39:32 -0400 Subject: [PATCH] Unify doc formatting. --- collects/unstable/scribblings/syntax.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/unstable/scribblings/syntax.scrbl b/collects/unstable/scribblings/syntax.scrbl index ec15246327..3bdf3b1557 100644 --- a/collects/unstable/scribblings/syntax.scrbl +++ b/collects/unstable/scribblings/syntax.scrbl @@ -52,7 +52,7 @@ Bounds are inclusive. @;{----} -@addition{Sam Tobin-Hochstadt} +@addition{@author+email["Sam Tobin-Hochstadt" "samth@racket-lang.org"]} @defproc[(syntax-map [f (-> syntax? A)] [stxl syntax?] ...) (listof A)]{ Performs @racket[(map f (syntax->list stxl) ...)].