Skip to content

Commit f9bb284

Browse files
committed
Improve wording
1 parent 6c7e9d1 commit f9bb284

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
@@ -93,13 +93,13 @@ version from the CIDER package or library.")
9393

9494
(defcustom cider-lein-command
9595
"lein"
96-
"The command used to execute Leiningen 2.x."
96+
"The command used to execute Leiningen."
9797
:type 'string
9898
:group 'cider)
9999

100100
(defcustom cider-lein-parameters
101101
"repl :headless"
102-
"Params passed to lein to start an nREPL server via `cider-jack-in'."
102+
"Params passed to Leiningen to start an nREPL server via `cider-jack-in'."
103103
:type 'string
104104
:group 'cider)
105105

0 commit comments

Comments
 (0)