emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-27 98788bf 2/6: ; Improve the docstring some more


From: Dmitry Gutov
Subject: emacs-27 98788bf 2/6: ; Improve the docstring some more
Date: Sun, 29 Dec 2019 07:46:57 -0500 (EST)

branch: emacs-27
commit 98788bf9768fec915c745aae8c9196636ffeaecc
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    ; Improve the docstring some more
---
 lisp/progmodes/xref.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/lisp/progmodes/xref.el b/lisp/progmodes/xref.el
index 9c806d7..a9d4125 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]