From 0051d3836fcf5550c19e03ecdf52e29a636a0f3d Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Thu, 22 Aug 2019 11:28:27 -0700 Subject: [PATCH] doc clarity --- pollen/private/ts.rktd | 2 +- pollen/scribblings/setup.scrbl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pollen/private/ts.rktd b/pollen/private/ts.rktd index 910502b..609cd45 100644 --- a/pollen/private/ts.rktd +++ b/pollen/private/ts.rktd @@ -1 +1 @@ -1566498162 +1566498507 diff --git a/pollen/scribblings/setup.scrbl b/pollen/scribblings/setup.scrbl index 1892e9e..9345740 100644 --- a/pollen/scribblings/setup.scrbl +++ b/pollen/scribblings/setup.scrbl @@ -120,7 +120,7 @@ Here's how files on the watchlist are handled. If one of the files on the watchl (define cache-watchlist (list my-local-mod my-installed-mod))) }] -Here's how environment variables on the watchlist are handled. Ordinarily the cache only watches the default @racket[#"POLLEN"] environment variable. By listing other environment variables in the watchlist, Pollen will watch those too. Unlike files, environment variables don't change during a session. But separate caches will be maintained for each distinct value of an environment variable. +Here's how environment variables on the watchlist are handled. By default, the cache always watches the default @racket[#"POLLEN"] environment variable, but no others. By listing other environment variables in the watchlist, Pollen will watch those too. Unlike files, environment variables don't change during a session. But separate caches will be maintained for each distinct value of an environment variable. @history[#:added "1.4"] }