From fd34039c8d8ccc2bc865dd78a08472aaf1df4996 Mon Sep 17 00:00:00 2001 From: Ben Greenman Date: Sat, 2 Nov 2019 22:03:30 -0400 Subject: [PATCH] doc: replace keyword with argument name --- pkgs/racket-doc/scribblings/foreign/libs.scrbl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/racket-doc/scribblings/foreign/libs.scrbl b/pkgs/racket-doc/scribblings/foreign/libs.scrbl index 2bc17bf239..9de6ed853c 100644 --- a/pkgs/racket-doc/scribblings/foreign/libs.scrbl +++ b/pkgs/racket-doc/scribblings/foreign/libs.scrbl @@ -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,