Function: xref-collect-matches
xref-collect-matches is a function alias 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 &optional DELIMITED)
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.
If DELIMITED is symbol, only select matches that span full symbols.
Aliases
xref-collect-matches (obsolete since 27.1)