summaryrefslogtreecommitdiff
path: root/cider.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-08-02 08:57:57 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2018-08-02 08:57:57 +0300
commita1f86b38c4a07c254d444cf0280d2fe29eb6a830 (patch)
treefff603a7fdd1b61ba9b76968a7e0fb321b301d47 /cider.el
parent078e16bae5744d41df9e6d755b27c9a187e4e256 (diff)
Update docstring
Diffstat (limited to 'cider.el')
-rw-r--r--cider.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/cider.el b/cider.el
index a6dadf34..6e188513 100644
--- a/cider.el
+++ b/cider.el
@@ -321,8 +321,7 @@ Sub-match 1 must be the project path.")
(defun cider-jack-in-resolve-command (project-type)
"Determine the resolved file path to `cider-jack-in-command'.
-Throws an error if PROJECT-TYPE is unknown. Known types are
-\"lein\", \"boot\", and \"gradle\"."
+Throws an error if PROJECT-TYPE is unknown."
(pcase project-type
("lein" (cider--resolve-command cider-lein-command))
("boot" (cider--resolve-command cider-boot-command))