summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorDmitry Gutov <dgutov@yandex.ru>2019-12-29 14:28:22 +0300
committerDmitry Gutov <dgutov@yandex.ru>2019-12-29 15:46:44 +0300
commit98788bf9768fec915c745aae8c9196636ffeaecc (patch)
tree9192ad5093e8f05f4a90392b052df5ecb7917c07 /lisp
parentc190e91a1ecf3cbb5d7ff0a149d57dbf32f83974 (diff)
downloademacs-98788bf9768fec915c745aae8c9196636ffeaecc.tar.gz
emacs-98788bf9768fec915c745aae8c9196636ffeaecc.tar.bz2
emacs-98788bf9768fec915c745aae8c9196636ffeaecc.zip
; Improve the docstring some more
Diffstat (limited to 'lisp')
-rw-r--r--lisp/progmodes/xref.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/progmodes/xref.el b/lisp/progmodes/xref.el
index 9c806d70ce4..a9d41258471 100644
--- a/lisp/progmodes/xref.el
+++ b/lisp/progmodes/xref.el
@@ -1162,10 +1162,11 @@ and when."
;;;###autoload
(defun xref-collect-matches (regexp files dir ignores)
- "Find all matches for REGEXP in FILES in directory DIR.
+ "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."
+IGNORES is a list of glob patterns for files to ignore."
;; DIR can also be a regular file for now; let's not advertise that.
(grep-compute-defaults)
(defvar grep-find-template)