Skip to content

Commit a1f86b3

Browse files
committed
Update docstring
1 parent 078e16b commit a1f86b3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cider.el

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,8 +321,7 @@ Sub-match 1 must be the project path.")
321321

322322
(defun cider-jack-in-resolve-command (project-type)
323323
"Determine the resolved file path to `cider-jack-in-command'.
324-
Throws an error if PROJECT-TYPE is unknown. Known types are
325-
\"lein\", \"boot\", and \"gradle\"."
324+
Throws an error if PROJECT-TYPE is unknown."
326325
(pcase project-type
327326
("lein" (cider--resolve-command cider-lein-command))
328327
("boot" (cider--resolve-command cider-boot-command))

0 commit comments

Comments
 (0)