From fee479e2fa1a17a452faa87495ce2b2f8aa537d8 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Mon, 30 Dec 2013 09:30:01 -0700 Subject: [PATCH] minor doc repair --- pkgs/racket-pkgs/racket-doc/scribblings/raco/setup.scrbl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/racket-pkgs/racket-doc/scribblings/raco/setup.scrbl b/pkgs/racket-pkgs/racket-doc/scribblings/raco/setup.scrbl index 1ab4e19052..f1b3e1b592 100644 --- a/pkgs/racket-pkgs/racket-doc/scribblings/raco/setup.scrbl +++ b/pkgs/racket-pkgs/racket-doc/scribblings/raco/setup.scrbl @@ -347,17 +347,17 @@ Optional @filepath{info.rkt} fields trigger additional actions by @item{@racket['depends-all] : Indicates that the document should be re-built if any other document is rebuilt---except for - documents that have the @racket['no-depend-on] mode.} + documents that have the @racket['no-depend-on] flag.} @item{@racket['depends-all-main] : Indicates that the document should be re-built if any other document is rebuilt that is installed into the main installation---except for documents - that have the @racket['no-depend-on] mode.} + that have the @racket['no-depend-on] flag.} @item{@racket['depends-all-user] : Indicates that the document should be re-built if any other document is rebuilt that is installed into the user's space---except for documents - that have the @racket['no-depend-on] mode.} + that have the @racket['no-depend-on] flag.} @item{@racket['always-run] : Build the document every time that @exec{raco setup} is run, even if none of its dependencies