From 43d69fa80eca994a54c640decdae666fcb064f52 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sun, 5 Dec 2010 08:02:58 -0700 Subject: [PATCH] fix duplicate definitions --- collects/syntax/scribblings/parse/experimental.scrbl | 2 +- collects/syntax/scribblings/parse/lib.scrbl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/syntax/scribblings/parse/experimental.scrbl b/collects/syntax/scribblings/parse/experimental.scrbl index de95c9b1d9..770c2d65af 100644 --- a/collects/syntax/scribblings/parse/experimental.scrbl +++ b/collects/syntax/scribblings/parse/experimental.scrbl @@ -14,7 +14,7 @@ The following facilities are experimental. @defmodule[syntax/parse/experimental/contract] Macros can apply contracts to their sub-expressions using the -@defidentifier[#'expr/c #:form? #t] syntax class. +@racket[expr/c] syntax class. @defproc[(expr/c [contract-expr syntax?] [#:positive pos-blame 'use-site] diff --git a/collects/syntax/scribblings/parse/lib.scrbl b/collects/syntax/scribblings/parse/lib.scrbl index f65c01f7f6..ec6b79733a 100644 --- a/collects/syntax/scribblings/parse/lib.scrbl +++ b/collects/syntax/scribblings/parse/lib.scrbl @@ -46,7 +46,7 @@ Match syntax satisfying the corresponding predicates. [description (or/c string? #f)]) (attributes value)]{ -The @defidentifier[#'static #:form? #t] syntax class matches an +The @racket[static] syntax class matches an identifier that is bound in the syntactic environment to static information (see @scheme[syntax-local-value]) satisfying the given @scheme[predicate]. If the term does not match, the