Skip to content

Commit 31cc62a

Browse files
committed
[Fix #543] Correct a function reference
1 parent f23eb20 commit 31cc62a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clojure-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1726,7 +1726,7 @@ are cached in a buffer local variable (`clojure-cached-project-dir')."
17261726
(defun clojure-current-project (&optional dir-name)
17271727
"Return the current project as a cons cell usable by project.el.
17281728
1729-
Call is delegated down to `clojure-clojure-dir' with
1729+
Call is delegated down to `clojure-project-dir' with
17301730
optional DIR-NAME as argument."
17311731
(let ((project-dir (clojure-project-dir dir-name)))
17321732
(if project-dir

0 commit comments

Comments
 (0)