diff --git a/pkgs/racket-pkgs/racket-doc/scribblings/reference/places.scrbl b/pkgs/racket-pkgs/racket-doc/scribblings/reference/places.scrbl index d6c0dc7b0c..94a9f3c5e8 100644 --- a/pkgs/racket-pkgs/racket-doc/scribblings/reference/places.scrbl +++ b/pkgs/racket-pkgs/racket-doc/scribblings/reference/places.scrbl @@ -106,6 +106,13 @@ channels that are reachable only from the same threads, the threads and place channels are all considered reachable, instead of unreachable. +When a place is created, its @tech{parameter} values are generally set +to the @emph{initial} values of the parameters in the creating place, +except that the @emph{current} values of the following parameters are +used: @racket[current-library-collection-paths], +@racket[current-library-collection-links], and +@racket[current-compiled-file-roots]. + @defproc[(place-enabled?) boolean?]{