changeset 99095:aeeae910bf89

(filesets-data): Doc fix.
author Chong Yidong <cyd@stupidchicken.com>
date Thu, 23 Oct 2008 22:31:15 +0000
parents 109ff0372c7f
children adf0c683dda2
files lisp/filesets.el
diffstat 1 files changed, 5 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/filesets.el	Thu Oct 23 22:31:08 2008 +0000
+++ b/lisp/filesets.el	Thu Oct 23 22:31:15 2008 +0000
@@ -976,9 +976,11 @@
 
 :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.