fix typos
svn: r7812
This commit is contained in:
parent
35960dc59c
commit
4fa69c974d
|
@ -66,7 +66,7 @@ Returns one of three kinds of values, depending on the binding of
|
||||||
@itemize{
|
@itemize{
|
||||||
|
|
||||||
@item{The result is @indexed-scheme['lexical] if @scheme[id-stx]
|
@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]
|
@item{The result is a list of five items when @scheme[id-stx]
|
||||||
has a @tech{module binding}: @scheme[(list source-mod source-id
|
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{
|
@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.}
|
@secref["modpathidx"]) that indicates the defining module.}
|
||||||
|
|
||||||
@item{@scheme[source-id] is a symbol for the identifier's name
|
@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
|
implicitly renamed because the identifier (or its import) was
|
||||||
generated by a macro invocation.}
|
generated by a macro invocation.}
|
||||||
|
|
||||||
@item{@scheme[nominal-source-mod] is a module path index or
|
@item{@scheme[nominal-source-mod] is a module path index (see
|
||||||
symbol (see @secref["modpathidx"]) that indicates the
|
@secref["modpathidx"]) that indicates the module
|
||||||
module @scheme[require]d into the context of @scheme[id-stx]
|
@scheme[require]d into the context of @scheme[id-stx] to
|
||||||
to provide its binding. It can be different from
|
provide its binding. It can be different from
|
||||||
@scheme[source-mod] due to a re-export in
|
@scheme[source-mod] due to a re-export in
|
||||||
@scheme[nominal-source-mod] of some imported identifier.}
|
@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
|
@item{@scheme[et?] is @scheme[#t] if the source definition is
|
||||||
for-syntax, @scheme[#f] otherwise.}
|
for-syntax, @scheme[#f] otherwise.}
|
||||||
|
|
||||||
}}}
|
}}
|
||||||
|
|
||||||
@item{The result is @scheme[#f] if @scheme[id-stx]
|
@item{The result is @scheme[#f] if @scheme[id-stx]
|
||||||
has a @tech{top-level binding}.}
|
has a @tech{top-level binding}.}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user