Clarify that xrefs are returned as an alist

This commit is contained in:
Protesilaos Stavrou 2022-06-22 18:46:07 +03:00
parent 66bb8083ec
commit 1b5634ba1c
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA

View file

@ -99,7 +99,8 @@ Optional GROUP is a regexp construct for
(autoload 'xref--analyze "xref")
(defun denote-retrieve--xrefs (identifier)
"Return xrefs of IDENTIFIER in variable `denote-directory'."
"Return xrefs of IDENTIFIER in variable `denote-directory'.
The xrefs are returned as an alist."
(xref--analyze
(xref-matches-in-files identifier (denote--directory-files :absolute))))