Skip to content

Commit 4de7e02

Browse files
authored
[Fix #568] Add docstring to project-roots (#570)
1 parent 84ed16c commit 4de7e02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clojure-mode.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1758,6 +1758,7 @@ Return nil if not inside a project."
17581758

17591759
;; project.el integration
17601760
(cl-defmethod project-roots ((project (head clojure)))
1761+
"Return the list of directory roots of the PROJECT."
17611762
(list (cdr project)))
17621763

17631764
(defun clojure-project-relative-path (path)

0 commit comments

Comments
 (0)