doc: replace keyword with argument name
This commit is contained in:
parent
c19e7b65cf
commit
fd34039c8d
|
@ -64,9 +64,9 @@ process:
|
||||||
@itemlist[
|
@itemlist[
|
||||||
|
|
||||||
@item{If @racket[path] is not an absolute path, look in each
|
@item{If @racket[path] is not an absolute path, look in each
|
||||||
directories specified by the optional @racket[#:get-lib-dirs] keyword
|
directory reported by @racket[get-lib-dirs]; the default list
|
||||||
(which defaults to @racket[get-lib-search-dirs]). In each
|
is the result of @racket[(get-lib-search-dirs)].
|
||||||
directory, try @racket[path] with the first version in
|
In each directory, try @racket[path] with the first version in
|
||||||
@racket[version], adding a suitable suffix if @racket[path]
|
@racket[version], adding a suitable suffix if @racket[path]
|
||||||
does not already end in the suffix, then try the second version
|
does not already end in the suffix, then try the second version
|
||||||
in @racket[version], etc. (If @racket[version] is an empty list,
|
in @racket[version], etc. (If @racket[version] is an empty list,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user