xref-find-by-kind 002fcb0d36e 1/2: ; Docstring
Dmitry Gutov <[email protected]>
| Newsgroups | gmane.emacs.diffs |
|---|---|
| Message-ID | <[email protected]> |
branch: xref-find-by-kind commit 002fcb0d36e974d2a1d370159245ec7d0c200ef3 Author: Dmitry Gutov <[email protected]> Commit: Dmitry Gutov <[email protected]> ; Docstring --- lisp/progmodes/xref.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/progmodes/xref.el b/lisp/progmodes/xref.el index 5f588f7c893..63b8bd14bbf 100644 --- a/lisp/progmodes/xref.el +++ b/lisp/progmodes/xref.el @@ -325,8 +325,8 @@ unique character that can be used to choose among them. Optionally, it can also include `:prompt-format' which defaults to \"Find %s\". Having a kind in this list means that the backend can try to find such -xrefs in the current buffer, with no guarantee of success. These -locations might or might not be included in the results of +xrefs in the current and related buffers, with no guarantee of success. +These locations might or might not be included in the results of `xref-backend-definitions' or `xref-backend-references'." (user-error "Xref kinds not supported by the backend"))