From cc1c989942660a8be89b25a0d4bc437110f51f9d Mon Sep 17 00:00:00 2001 From: Jay McCarthy Date: Tue, 28 Jul 2015 14:26:36 -0600 Subject: [PATCH] clarify text --- pkgs/racket-doc/scribblings/raco/test.scrbl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pkgs/racket-doc/scribblings/raco/test.scrbl b/pkgs/racket-doc/scribblings/raco/test.scrbl index 229f0f0b23..2c2c9fffd4 100644 --- a/pkgs/racket-doc/scribblings/raco/test.scrbl +++ b/pkgs/racket-doc/scribblings/raco/test.scrbl @@ -225,16 +225,16 @@ The following @filepath{info.rkt} fields are recognized: @itemlist[ @item{@racket[test-omit-paths] --- a list of path strings (relative - to the enclosing directory) or @racket['all] to omit all files - within the enclosing directory or a regexp value to omit all - files within the enclosing directory matching the expression. + to the enclosing directory) and regexp values (to omit all + files within the enclosing directory matching the expression), + or @racket['all] to omit all files within the enclosing directory. When a path string refers to a directory, all files within the directory are omitted.} @item{@racket[test-include-paths] --- a list of path strings (relative - to the enclosing directory) or @racket['all] to include all files - within the enclosing directory or a regexp value to include all - files within the enclosing directory matching the expression. + to the enclosing directory) and regexp values (to include all + files within the enclosing directory matching the expression), + or @racket['all] to include all files within the enclosing directory. When a path string refers to a directory, all files within the directory are included.}