From 79883e6f1d785d32e83768f4dde1f490fabaa321 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Sun, 9 Oct 2016 08:55:37 -0700 Subject: [PATCH] doc typo --- pollen/private/ts.rktd | 2 +- pollen/scribblings/setup.scrbl | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/pollen/private/ts.rktd b/pollen/private/ts.rktd index 4113786..ca97321 100644 --- a/pollen/private/ts.rktd +++ b/pollen/private/ts.rktd @@ -1 +1 @@ -1475983782 +1476028537 diff --git a/pollen/scribblings/setup.scrbl b/pollen/scribblings/setup.scrbl index ee0c05e..4107057 100644 --- a/pollen/scribblings/setup.scrbl +++ b/pollen/scribblings/setup.scrbl @@ -114,8 +114,6 @@ Default separators used in decoding. The first two are initialized to @racket["\ @defoverridable[compile-cache-max-size exact-positive-integer?]{Maximum size of the compile cache. Default is 10 megabytes.} -(define-settable publish-directory "publish") - @defoverridable[publish-directory (or/c path-string? path-for-some-system?)]{Default target for @secref{raco_pollen_publish}. A complete path is used as is; a relative path is published to the desktop. Default is @racket["publish"]. @pollen-history[#:added "1.1"]} @defoverridable[unpublished-path? (path? . -> . boolean?)]{@pollen-history[#:changed "1.1" @elem{Deprecated. Please use @racket[setup:omitted-path?].}]}