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 8c8e197 commit f615669Copy full SHA for f615669
cider.el
@@ -1077,8 +1077,8 @@ Use `cider-ps-running-nrepls-command' and `cider-ps-running-nrepl-path-regexp-li
1077
build-files))))
1078
1079
(defun cider-project-type ()
1080
- "Determine the type, either leiningen, boot or gradle, of the current project.
1081
-If more than one project file types are present, check for a preferred
+ "Determine the type of the current project.
+When multiple project file markers are present, check for a preferred
1082
build tool in `cider-preferred-build-tool', otherwise prompt the user to
1083
choose."
1084
(let* ((choices (cider--identify-buildtools-present))
0 commit comments