]> git.eshelyaron.com Git - emacs.git/commitdiff
(filesets-data): Doc fix.
authorChong Yidong <cyd@stupidchicken.com>
Thu, 23 Oct 2008 22:31:15 +0000 (22:31 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Thu, 23 Oct 2008 22:31:15 +0000 (22:31 +0000)
lisp/filesets.el

index 43008cca16318b09793d312cdb96d226f809626b..5620d167bdd42bb84c0737419a35c157e5b786df 100644 (file)
@@ -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.