doc: replace keyword with argument name
This commit is contained in:
parent
c19e7b65cf
commit
fd34039c8d
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user