aboutsummaryrefslogtreecommitdiff
path: root/projectile.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.dev>2023-03-17 13:01:32 +0200
committerBozhidar Batsov <bozhidar@batsov.dev>2023-03-17 13:01:32 +0200
commit271007c6611fcb08ddd326d7de9727c2ad5ef265 (patch)
tree028f293a53a57d678beb46573bd8882272be5d04 /projectile.el
parent802d6664fabb111ee0548b04e643b2442bd62e21 (diff)
Fix a typo
Diffstat (limited to 'projectile.el')
-rw-r--r--projectile.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/projectile.el b/projectile.el
index 058f782..5cb5055 100644
--- a/projectile.el
+++ b/projectile.el
@@ -4546,7 +4546,7 @@ Switch to the project specific term buffer if it already exists.
Use a prefix argument ARG to indicate creation of a new process instead."
(interactive "P")
- (project--vterm arg))
+ (projectile--vterm arg))
;;;###autoload
(defun projectile-run-vterm-other-window (&optional arg)
@@ -4556,7 +4556,7 @@ Switch to the project specific term buffer if it already exists.
Use a prefix argument ARG to indicate creation of a new process instead."
(interactive "P")
- (project--vterm arg 'other-window))
+ (projectile--vterm arg 'other-window))
(defun projectile-files-in-project-directory (directory)
"Return a list of files in DIRECTORY."