We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6ae253 commit f511dcaCopy full SHA for f511dca
inf-clojure.el
@@ -421,11 +421,12 @@ mode line entirely."
421
:risky t)
422
423
(defcustom inf-clojure-enable-eldoc t
424
- "Var that allows disabling `eldoc-mode` in `inf-clojure`.
+ "Var that allows disabling `eldoc-mode' in `inf-clojure'.
425
426
-Set to `nil` to disable eldoc. Eldoc can be quite useful by
+Set to nil to disable eldoc. Eldoc can be quite useful by
427
displaying function signatures in the modeline, but can also
428
-cause multiple prompts to appear and mess with `*1`, `*2`, etc."
+cause multiple prompts to appear in the REPL and mess with *1,
429
+*2, etc."
430
:type 'boolean
431
:safe 'booleanp
432
:package-version '(inf-clojure . "3.2.0"))
0 commit comments