aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2008-10-23 22:31:15 +0000
committerChong Yidong2008-10-23 22:31:15 +0000
commit31c1c003d2de63740d812e92bc8eb3f1af784214 (patch)
treeabb1d3fcfe33820f613ef02d5a4e4cc784f33073
parent51d66d83dfbf9a7de181de1589e9b671901e4146 (diff)
downloademacs-31c1c003d2de63740d812e92bc8eb3f1af784214.tar.gz
emacs-31c1c003d2de63740d812e92bc8eb3f1af784214.zip
(filesets-data): Doc fix.
-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:
976 976
977:tree ROOT-DIR PATTERN ... a base directory and a file pattern 977:tree ROOT-DIR PATTERN ... a base directory and a file pattern
978 978
979:pattern DIR PATTERN ... PATTERN is a regular expression comprising path 979:pattern DIR PATTERN ... a base directory and a regexp matching
980and file pattern -- e.g. 'PATH/^REGEXP$'. Note the `^' at the beginning 980 files in that directory. Usually,
981of the file name pattern. 981 PATTERN has the form '^REGEXP$'. Unlike
982 :tree, this form does not descend
983 recursively into subdirectories.
982 984
983:filter-dirs-flag BOOLEAN ... is only used in conjunction with :tree. 985:filter-dirs-flag BOOLEAN ... is only used in conjunction with :tree.
984 986