From 5b3865f3e613351254b4c0aa9e331c81c8be297f Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Thu, 6 Jan 2011 14:44:05 -0700 Subject: [PATCH] doc repairs --- collects/scribblings/reference/custom-write.scrbl | 2 +- collects/scribblings/reference/module-reflect.scrbl | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/collects/scribblings/reference/custom-write.scrbl b/collects/scribblings/reference/custom-write.scrbl index 5c8c62b054..4bbe6a3e06 100644 --- a/collects/scribblings/reference/custom-write.scrbl +++ b/collects/scribblings/reference/custom-write.scrbl @@ -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 diff --git a/collects/scribblings/reference/module-reflect.scrbl b/collects/scribblings/reference/module-reflect.scrbl index a521d4b6cd..89a8d72ae1 100644 --- a/collects/scribblings/reference/module-reflect.scrbl +++ b/collects/scribblings/reference/module-reflect.scrbl @@ -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]{