Skip to content

Commit f511dca

Browse files
committed
Tweak docstring
1 parent e6ae253 commit f511dca

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

inf-clojure.el

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -421,11 +421,12 @@ mode line entirely."
421421
:risky t)
422422

423423
(defcustom inf-clojure-enable-eldoc t
424-
"Var that allows disabling `eldoc-mode` in `inf-clojure`.
424+
"Var that allows disabling `eldoc-mode' in `inf-clojure'.
425425
426-
Set to `nil` to disable eldoc. Eldoc can be quite useful by
426+
Set to nil to disable eldoc. Eldoc can be quite useful by
427427
displaying function signatures in the modeline, but can also
428-
cause multiple prompts to appear and mess with `*1`, `*2`, etc."
428+
cause multiple prompts to appear in the REPL and mess with *1,
429+
*2, etc."
429430
:type 'boolean
430431
:safe 'booleanp
431432
:package-version '(inf-clojure . "3.2.0"))

0 commit comments

Comments
 (0)