doc: replace keyword with argument name

This commit is contained in:
Ben Greenman 2019-11-02 22:03:30 -04:00
parent c19e7b65cf
commit fd34039c8d

View File

@ -64,9 +64,9 @@ process:
@itemlist[
@item{If @racket[path] is not an absolute path, look in each
directories specified by the optional @racket[#:get-lib-dirs] keyword
(which defaults to @racket[get-lib-search-dirs]). In each
directory, try @racket[path] with the first version in
directory reported by @racket[get-lib-dirs]; the default list
is the result of @racket[(get-lib-search-dirs)].
In each directory, try @racket[path] with the first version in
@racket[version], adding a suitable suffix if @racket[path]
does not already end in the suffix, then try the second version
in @racket[version], etc. (If @racket[version] is an empty list,