Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f511dca

Browse filesBrowse files
committed
Tweak docstring
1 parent e6ae253 commit f511dca
Copy full SHA for f511dca

File tree

1 file changed

+4
-3
lines changed
Filter options

1 file changed

+4
-3
lines changed

‎inf-clojure.el

Copy file name to clipboardExpand all lines: inf-clojure.el
+4-3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.