Skip to content

Commit f615669

Browse files
committed
Improve a docstring
1 parent 8c8e197 commit f615669

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cider.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1077,8 +1077,8 @@ Use `cider-ps-running-nrepls-command' and `cider-ps-running-nrepl-path-regexp-li
10771077
build-files))))
10781078

10791079
(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
1080+
"Determine the type of the current project.
1081+
When multiple project file markers are present, check for a preferred
10821082
build tool in `cider-preferred-build-tool', otherwise prompt the user to
10831083
choose."
10841084
(let* ((choices (cider--identify-buildtools-present))

0 commit comments

Comments
 (0)