1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00

(filesets-data): Doc fix.

This commit is contained in:
Chong Yidong 2008-10-23 22:31:15 +00:00
parent 51d66d83df
commit 31c1c003d2

View 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.