emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/inf-clojure f511dcad0e 3/3: Tweak docstring


From: ELPA Syncer
Subject: [nongnu] elpa/inf-clojure f511dcad0e 3/3: Tweak docstring
Date: Tue, 15 Mar 2022 07:58:24 -0400 (EDT)

branch: elpa/inf-clojure
commit f511dcad0e0684c9609c7526930e88d11da989ab
Author: Bozhidar Batsov <bozhidar@batsov.dev>
Commit: Bozhidar Batsov <bozhidar@batsov.dev>

    Tweak docstring
---
 inf-clojure.el | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/inf-clojure.el b/inf-clojure.el
index ffe20e4529..b5b1388b10 100644
--- a/inf-clojure.el
+++ b/inf-clojure.el
@@ -421,11 +421,12 @@ mode line entirely."
   :risky t)
 
 (defcustom inf-clojure-enable-eldoc t
-  "Var that allows disabling `eldoc-mode` in `inf-clojure`.
+  "Var that allows disabling `eldoc-mode' in `inf-clojure'.
 
-Set to `nil` to disable eldoc.  Eldoc can be quite useful by
+Set to nil to disable eldoc.  Eldoc can be quite useful by
 displaying function signatures in the modeline, but can also
-cause multiple prompts to appear and mess with `*1`, `*2`, etc."
+cause multiple prompts to appear in the REPL and mess with *1,
+*2, etc."
   :type 'boolean
   :safe 'booleanp
   :package-version '(inf-clojure . "3.2.0"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]