diff options
| -rw-r--r-- | lisp/progmodes/xref.el | 5 |
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." | |||
| 1162 | 1162 | ||
| 1163 | ;;;###autoload | 1163 | ;;;###autoload |
| 1164 | (defun xref-collect-matches (regexp files dir ignores) | 1164 | (defun xref-collect-matches (regexp files dir ignores) |
| 1165 | "Find all matches for REGEXP in FILES in directory DIR. | 1165 | "Find all matches for REGEXP in directory DIR. |
| 1166 | Return a list of xref values. | 1166 | Return a list of xref values. |
| 1167 | Only files matching some of FILES and none of IGNORES are searched. | ||
| 1167 | FILES is a string with glob patterns separated by spaces. | 1168 | FILES is a string with glob patterns separated by spaces. |
| 1168 | IGNORES is a list of glob patterns." | 1169 | IGNORES is a list of glob patterns for files to ignore." |
| 1169 | ;; DIR can also be a regular file for now; let's not advertise that. | 1170 | ;; DIR can also be a regular file for now; let's not advertise that. |
| 1170 | (grep-compute-defaults) | 1171 | (grep-compute-defaults) |
| 1171 | (defvar grep-find-template) | 1172 | (defvar grep-find-template) |