[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/projectile 306df876d3 3/3: Fix a typo
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/projectile 306df876d3 3/3: Fix a typo |
Date: |
Fri, 28 Oct 2022 03:59:12 -0400 (EDT) |
branch: elpa/projectile
commit 306df876d30eef8eb093fe880df9c2a3454d44a5
Author: Bozhidar Batsov <bozhidar@batsov.dev>
Commit: Bozhidar Batsov <bozhidar@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))))