fix typos

svn: r7812
This commit is contained in:
Matthew Flatt 2007-11-22 04:12:37 +00:00
parent 35960dc59c
commit 4fa69c974d

View File

@ -66,7 +66,7 @@ Returns one of three kinds of values, depending on the binding of
@itemize{
@item{The result is @indexed-scheme['lexical] if @scheme[id-stx]
has a @tech{local binding}.
has a @tech{local binding}.}
@item{The result is a list of five items when @scheme[id-stx]
has a @tech{module binding}: @scheme[(list source-mod source-id
@ -74,7 +74,7 @@ Returns one of three kinds of values, depending on the binding of
@itemize{
@item{@scheme[source-mod] is a module path index or symbol (see
@item{@scheme[source-mod] is a module path index (see
@secref["modpathidx"]) that indicates the defining module.}
@item{@scheme[source-id] is a symbol for the identifier's name
@ -85,10 +85,10 @@ Returns one of three kinds of values, depending on the binding of
implicitly renamed because the identifier (or its import) was
generated by a macro invocation.}
@item{@scheme[nominal-source-mod] is a module path index or
symbol (see @secref["modpathidx"]) that indicates the
module @scheme[require]d into the context of @scheme[id-stx]
to provide its binding. It can be different from
@item{@scheme[nominal-source-mod] is a module path index (see
@secref["modpathidx"]) that indicates the module
@scheme[require]d into the context of @scheme[id-stx] to
provide its binding. It can be different from
@scheme[source-mod] due to a re-export in
@scheme[nominal-source-mod] of some imported identifier.}
@ -102,7 +102,7 @@ Returns one of three kinds of values, depending on the binding of
@item{@scheme[et?] is @scheme[#t] if the source definition is
for-syntax, @scheme[#f] otherwise.}
}}}
}}
@item{The result is @scheme[#f] if @scheme[id-stx]
has a @tech{top-level binding}.}