Function: xref-collect-matches
xref-collect-matches is a for
xref-matches-in-directory, defined in xref.el.gz.
This function is obsolete since 27.1; use xref-matches-in-directory
instead.
Signature
(xref-collect-matches REGEXP FILES DIR IGNORES)
Documentation
Find all matches for REGEXP in directory DIR.
Return a list of xref values. Only files matching some of FILES and none of IGNORES are searched. FILES is a string with glob patterns separated by spaces. IGNORES is a list of glob patterns for files to ignore.
Aliases
xref-collect-matches (obsolete since 27.1)