From 42f38257380e0a857c44ecd659efd2b243236bfb Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sun, 8 Nov 2020 08:48:24 -0700 Subject: [PATCH] docs: correct recent addition on `make-caching-managed-compile-zo` --- pkgs/racket-doc/scribblings/raco/make.scrbl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/racket-doc/scribblings/raco/make.scrbl b/pkgs/racket-doc/scribblings/raco/make.scrbl index d83f4bd1fc..556ce4f3fa 100644 --- a/pkgs/racket-doc/scribblings/raco/make.scrbl +++ b/pkgs/racket-doc/scribblings/raco/make.scrbl @@ -425,10 +425,10 @@ Returns a procedure that behaves like @racket[managed-compile-zo] of timestamp information is preserved across calls to the procedure. A handler to support compilation is created with -@racket[make-compilation-manager-load/use-compiled-handler] at the -time that @racket[make-caching-managed-compile-zo] is called, so the -current namespace and other parameter values are relevant at that -time.} +@racket[make-compilation-manager-load/use-compiled-handler] each time +the result of @racket[make-caching-managed-compile-zo] is called, so +the current namespace and other parameter values are relevant at that +time, not when @racket[make-caching-managed-compile-zo] is called.} @defparam[manager-compile-notify-handler notify (path? . -> . any)]{