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

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

[nongnu] elpa/cider 152f7f1805 6/8: Fix lint warnings


From: ELPA Syncer
Subject: [nongnu] elpa/cider 152f7f1805 6/8: Fix lint warnings
Date: Fri, 16 Jun 2023 04:00:04 -0400 (EDT)

branch: elpa/cider
commit 152f7f1805e83b4de8ee4c102898be41b66b0d16
Author: yuhan0 <qythium@gmail.com>
Commit: Bozhidar Batsov <bozhidar@batsov.dev>

    Fix lint warnings
---
 cider-connection.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/cider-connection.el b/cider-connection.el
index 9bd2b24438..9d0aad8fd0 100644
--- a/cider-connection.el
+++ b/cider-connection.el
@@ -76,17 +76,17 @@ All other values do not combine any sessions."
   :package-version '(cider . "1.5"))
 
 (defcustom cider-reuse-dead-repls 'prompt
-  "Controls behaviour when initializing a connection with existing dead REPL 
buffers.
+  "How to deal with existing dead REPL buffers when initializing a connection.
 
-Possible choices are `prompt', `auto', `any', and `nil'.
+Possible choices are `prompt', `auto', `any', and nil.
 - `prompt' means to always ask the user for a decision.
 - `auto' means to automatically reuse a dead REPL without prompting the user
-  if it is the only available option. When there are multiple buffers to
+  if it is the only available option.  When there are multiple buffers to
   choose from, the user is is prompted for a choice.
 - `any' (or any other non-nil value) means to reuse any dead REPL buffer
   available, by default the most relevant according to various heuristics,
   and never prompt the user.
-- `nil' means to start a new REPL each time, ignoring existing buffers."
+- nil means to start a new REPL each time, ignoring existing buffers."
   :type '(choice (const :tag "Always prompt for what to do with dead REPLs" 
prompt)
                  (const :tag "Reuse dead REPL, prompting only for multiple 
choice" auto)
                  (const :tag "Reuse any available dead REPL and never prompt" 
any)



reply via email to

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