branch: elpa/projectile commit 306df876d30eef8eb093fe880df9c2a3454d44a5 Author: Bozhidar Batsov <bozhi...@batsov.dev> Commit: Bozhidar Batsov <bozhi...@batsov.dev>
Fix a typo --- projectile.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projectile.el b/projectile.el index 81dc4e5dd6..14cb830a46 100644 --- a/projectile.el +++ b/projectile.el @@ -4193,7 +4193,7 @@ installed to work." A thin wrapper around `xref-references-in-directory'." (interactive) (when (and (fboundp 'xref-references-in-directory) - (fboundp 'xref--show-refs)) + (fboundp 'xref--show-xrefs)) (let ((project-root (projectile-acquire-root)) (symbol (or symbol (read-from-minibuffer "Lookup in project: " (projectile-symbol-at-point))))) (xref--show-xrefs (xref-references-in-directory symbol project-root) nil))))