fixed bug in syntax/modcode docs

This commit is contained in:
Ryan Culpepper 2010-09-16 14:12:14 -06:00
parent 076bba5ee9
commit 274c56a4d5

View File

@ -19,7 +19,7 @@
(or/c (symbols 'src 'zo 'so) false/c))
(lambda (src zo so) #f)]
[#:notify notify-proc (any/c . -> . any) void]
[#:src-reader read-syntax-proc
[#:source-reader read-syntax-proc
(any/c input-port? . -> . syntax?)
read-syntax])
any]{