Skip to content

Commit 6bb351f

Browse files
committed
Update a docstring to reflect some recent changes
1 parent 14d4221 commit 6bb351f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clojure-mode.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,8 @@ For example, \[ is allowed in :db/id[:db.part/user]."
180180

181181
(defcustom clojure-build-tool-files '("project.clj" "build.boot" "build.gradle" "deps.edn")
182182
"A list of files, which identify a Clojure project's root.
183-
Out-of-the box `clojure-mode' understands lein, boot and gradle."
183+
Out-of-the box `clojure-mode' understands lein, boot, gradle
184+
and tools.deps."
184185
:type '(repeat string)
185186
:package-version '(clojure-mode . "5.0.0")
186187
:safe (lambda (value)

0 commit comments

Comments
 (0)