Clarify docs for `collection-path'.
After discussion with Robby.
This commit is contained in:
parent
1cd823a59a
commit
ad6237f76e
|
@ -287,10 +287,10 @@ This function is @bold{legacy}. Its use should be avoided.
|
||||||
The @racket[collection-file-path] function should be used instead.
|
The @racket[collection-file-path] function should be used instead.
|
||||||
|
|
||||||
Like @racket[collection-file-path], but without a specified file name,
|
Like @racket[collection-file-path], but without a specified file name,
|
||||||
so that the first directory indicated by @racket[collection]s is
|
so that a directory indicated by @racket[collection]s is returned.
|
||||||
returned. If multiple packages provide @racket[collection], the path
|
If multiple packages provide @racket[collection], @racket[collection-file-path]
|
||||||
corresponding to the first package (in collection resolution order) is
|
will return a path to the @racket[collection] directory provided by one of
|
||||||
returned.}
|
these packages, chosen in an unspecified manner.}
|
||||||
|
|
||||||
|
|
||||||
@defparam*[current-library-collection-paths paths
|
@defparam*[current-library-collection-paths paths
|
||||||
|
|
Loading…
Reference in New Issue
Block a user