doc repairs

This commit is contained in:
Matthew Flatt 2011-01-06 14:44:05 -07:00
parent bf031be73e
commit 5b3865f3e6
2 changed files with 4 additions and 2 deletions

View File

@ -92,7 +92,7 @@ Returns the custom-write procedure associated with @scheme[v].}
@deftogether[(
@defthing[prop:custom-print-quotable struct-type-property?]
@defthing[custom-print-quotable? struct-type-property?]
@defthing[custom-print-quotable struct-type-property?]
@defthing[custom-print-quotable-accessor struct-type-property?]
)]{
A property and associated predicate and accessor. The property value

View File

@ -332,7 +332,9 @@ See also @racket[module->language-info] and
@;------------------------------------------------------------------------
@section[#:tag "dynreq"]{Dynamic Module Access}
@defproc[(dynamic-require [mod module-path?]
@defproc[(dynamic-require [mod (or/c module-path?
resolved-module-path?
module-path-index?)]
[provided (or/c symbol? #f 0 void?)]
[fail-thunk (-> any) (lambda () ....)])
any]{