fix docs for in-directory to specific default argument value

Merge to v5.0
This commit is contained in:
Matthew Flatt 2010-05-22 08:47:54 -06:00
parent 85a7509034
commit c3f5aed473

View File

@ -193,7 +193,7 @@ its value from @scheme[hash] (as opposed to using @scheme[hash] directly
as a sequence to get the key and value as separate values for each as a sequence to get the key and value as separate values for each
element).} element).}
@defproc[(in-directory [dir (or/c #f path-string?)]) sequence?]{ @defproc[(in-directory [dir (or/c #f path-string?) #f]) sequence?]{
Return a sequence that produces all of the paths for files, Return a sequence that produces all of the paths for files,
directories, and links with @racket[dir]. If @racket[dir] is not directories, and links with @racket[dir]. If @racket[dir] is not