]> git.eshelyaron.com Git - emacs.git/commitdiff
; Improve the docstring some more
authorDmitry Gutov <dgutov@yandex.ru>
Sun, 29 Dec 2019 11:28:22 +0000 (14:28 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Sun, 29 Dec 2019 12:46:44 +0000 (15:46 +0300)
lisp/progmodes/xref.el

index 9c806d70ce48325257e2114eff184bcf546dc6eb..a9d41258471db7dc3b065b1c86dbb9859cb84d0e 100644 (file)
@@ -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)