clarify text
This commit is contained in:
parent
840f11d884
commit
cc1c989942
|
@ -225,16 +225,16 @@ The following @filepath{info.rkt} fields are recognized:
|
||||||
@itemlist[
|
@itemlist[
|
||||||
|
|
||||||
@item{@racket[test-omit-paths] --- a list of path strings (relative
|
@item{@racket[test-omit-paths] --- a list of path strings (relative
|
||||||
to the enclosing directory) or @racket['all] to omit all files
|
to the enclosing directory) and regexp values (to omit all
|
||||||
within the enclosing directory or a regexp value to omit all
|
files within the enclosing directory matching the expression),
|
||||||
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
|
When a path string refers to a directory, all files within the
|
||||||
directory are omitted.}
|
directory are omitted.}
|
||||||
|
|
||||||
@item{@racket[test-include-paths] --- a list of path strings (relative
|
@item{@racket[test-include-paths] --- a list of path strings (relative
|
||||||
to the enclosing directory) or @racket['all] to include all files
|
to the enclosing directory) and regexp values (to include all
|
||||||
within the enclosing directory or a regexp value to include all
|
files within the enclosing directory matching the expression),
|
||||||
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
|
When a path string refers to a directory, all files within the
|
||||||
directory are included.}
|
directory are included.}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user