From 1ebfd9d28e3f60434dd36f9fca8bf09a72448c59 Mon Sep 17 00:00:00 2001 From: Oleg Pykhalov Date: Sat, 29 Aug 2020 22:09:56 +0300 Subject: [PATCH] Document project-roots. --- clojure-mode.el | 1 + 1 file changed, 1 insertion(+) diff --git a/clojure-mode.el b/clojure-mode.el index 4f615bf5..b714b2f3 100644 --- a/clojure-mode.el +++ b/clojure-mode.el @@ -1758,6 +1758,7 @@ Return nil if not inside a project." ;; project.el integration (cl-defmethod project-roots ((project (head clojure))) + "Return the list of directory roots of the PROJECT." (list (cdr project))) (defun clojure-project-relative-path (path)