We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f23eb20 commit 31cc62aCopy full SHA for 31cc62a
clojure-mode.el
@@ -1726,7 +1726,7 @@ are cached in a buffer local variable (`clojure-cached-project-dir')."
1726
(defun clojure-current-project (&optional dir-name)
1727
"Return the current project as a cons cell usable by project.el.
1728
1729
-Call is delegated down to `clojure-clojure-dir' with
+Call is delegated down to `clojure-project-dir' with
1730
optional DIR-NAME as argument."
1731
(let ((project-dir (clojure-project-dir dir-name)))
1732
(if project-dir
0 commit comments