From 31c1c003d2de63740d812e92bc8eb3f1af784214 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Thu, 23 Oct 2008 22:31:15 +0000 Subject: [PATCH] (filesets-data): Doc fix. --- lisp/filesets.el | 8 +++++--- 1 file 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. -- 2.39.5