Fix contract.
svn: r10135
This commit is contained in:
parent
67ccf9ddc0
commit
9b07e92fc4
|
@ -77,7 +77,7 @@ opposed to @tech{syntax object}s inserted by macros.}
|
|||
|
||||
|
||||
@defproc[(syntax-source-module [stx syntax?])
|
||||
(or/c module-path-index? symbol?)]{
|
||||
(or/c module-path-index? symbol? false/c)]{
|
||||
|
||||
Returns a module path index or symbol (see @secref["modpathidx"])
|
||||
for the module whose source contains @scheme[stx], or @scheme[#f] if
|
||||
|
|
Loading…
Reference in New Issue
Block a user