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
commite914858b3aa5606a737073668aac0dc2b23b73a9 (patch)
tree97b473395ef42e5290b902ad4ce3a7fe931a3097 /lisp/filesets.el
parent814690c7f394da2afab18c8b957e7de89fbefca9 (diff)
downloademacs-e914858b3aa5606a737073668aac0dc2b23b73a9.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.