branch: elpa/cider
commit 60d823863a09003705923e61235413bd7a961c24
Author: Bozhidar Batsov <bozhi...@batsov.dev>
Commit: Bozhidar Batsov <bozhi...@batsov.dev>

    Fix a copy/paste mistake
---
 cider.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/cider.el b/cider.el
index defe045e1b..357925e2f7 100644
--- a/cider.el
+++ b/cider.el
@@ -1638,8 +1638,7 @@ assume the command is available."
     (shell-quote-argument command)))
 
 (defcustom cider-inspire-on-connect t
-  "The version of cider-nrepl injected on jack-in.
-Should be newer than the required version for optimal results."
+  "Controls whether to display an inspirational message on connect."
   :type 'boolean
   :package-version '(cider . "1.4.0")
   :safe #'booleanp)

Reply via email to