summaryrefslogtreecommitdiff
path: root/lisp/filesets.el
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2008-10-23 22:31:15 +0000
committerChong Yidong <cyd@stupidchicken.com>2008-10-23 22:31:15 +0000
commit31c1c003d2de63740d812e92bc8eb3f1af784214 (patch)
treeabb1d3fcfe33820f613ef02d5a4e4cc784f33073 /lisp/filesets.el
parent51d66d83dfbf9a7de181de1589e9b671901e4146 (diff)
downloademacs-31c1c003d2de63740d812e92bc8eb3f1af784214.tar.gz
(filesets-data): Doc fix.
Diffstat (limited to 'lisp/filesets.el')
-rw-r--r--lisp/filesets.el8
1 files changed, 5 insertions, 3 deletions
diff --git a/lisp/filesets.el b/lisp/filesets.el
index 43008cca163..5620d167bdd 100644
--- a/lisp/filesets.el
+++ b/lisp/filesets.el
@@ -976,9 +976,11 @@ being an association list with the fields:
:tree ROOT-DIR PATTERN ... a base directory and a file pattern
-:pattern DIR PATTERN ... PATTERN is a regular expression comprising path
-and file pattern -- e.g. 'PATH/^REGEXP$'. Note the `^' at the beginning
-of the file name pattern.
+:pattern DIR PATTERN ... a base directory and a regexp matching
+ files in that directory. Usually,
+ PATTERN has the form '^REGEXP$'. Unlike
+ :tree, this form does not descend
+ recursively into subdirectories.
:filter-dirs-flag BOOLEAN ... is only used in conjunction with :tree.