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

    Tweak a docstring
---
 cider.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/cider.el b/cider.el
index 9629a17b40..46bfadbae9 100644
--- a/cider.el
+++ b/cider.el
@@ -539,7 +539,9 @@ the artifact.")
   "Minimum supported version of Clojure.")
 
 (defconst cider-latest-clojure-version "1.11.3"
-  "Latest supported version of Clojure.")
+  "Latest (newest) version of Clojure.
+
+Used when `cider-jack-in-auto-inject-clojure' is set to `latest'.")
 
 (defconst cider-required-middleware-version "0.47.0"
   "The CIDER nREPL version that's known to work properly with CIDER.")

Reply via email to