Skip to content

Commit 3678646

Browse files
committed
Fix a docstring
1 parent 5d1cfa5 commit 3678646

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cider.el

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,9 @@ version from the CIDER package or library.")
103103

104104
(defcustom cider-default-repl-command
105105
"lein"
106-
"Determines the default command and parameters to use when connecting to nREPL.
107-
This value will only be consulted when no identifying file types, ie project.clj for
108-
leiningen or build.boot for boot, could be found."
106+
"The default command and parameters to use when connecting to nREPL.
107+
This value will only be consulted when no identifying file types, ie
108+
project.clj for leiningen or build.boot for boot, could be found."
109109
:type 'string
110110
:group 'cider
111111
:package-version '(cider . "0.9.0"))

0 commit comments

Comments
 (0)