1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07: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.