aboutsummaryrefslogtreecommitdiff
path: root/projectile.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.dev>2022-10-28 10:38:15 +0300
committerBozhidar Batsov <bozhidar@batsov.dev>2022-10-28 10:38:15 +0300
commit306df876d30eef8eb093fe880df9c2a3454d44a5 (patch)
tree421b274a09b7cbc2dcbd2d7e92ea5ad78dabcd82 /projectile.el
parent68cff05148a87cd872e8691f868c400ede5b4f52 (diff)
Fix a typo
Diffstat (limited to 'projectile.el')
-rw-r--r--projectile.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/projectile.el b/projectile.el
index 81dc4e5..14cb830 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))))