Skip to content

Commit 60d8238

Browse files
committed
Fix a copy/paste mistake
1 parent 0a1f8b0 commit 60d8238

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
@@ -1638,8 +1638,7 @@ assume the command is available."
16381638
(shell-quote-argument command)))
16391639

16401640
(defcustom cider-inspire-on-connect t
1641-
"The version of cider-nrepl injected on jack-in.
1642-
Should be newer than the required version for optimal results."
1641+
"Controls whether to display an inspirational message on connect."
16431642
:type 'boolean
16441643
:package-version '(cider . "1.4.0")
16451644
:safe #'booleanp)

0 commit comments

Comments
 (0)