Skip to content

Commit 61bd8c2

Browse files
committed
fixup! lint errors
1 parent ac7dd32 commit 61bd8c2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cider-connection.el

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ available) and the matching REPL buffer."
5757
(defcustom cider-auto-mode nil
5858
"When non-nil, automatically enable and disable CIDER in all Clojure buffers.
5959
60-
After an initial connection, CIDER is added to `clojure-mode-hook' and enabled
61-
on all existing Clojure buffers. After the last connection has been closed,
62-
CIDER is disabled in all Clojure buffers and will have to be manually re-enabled
63-
via M-x `cider-mode'.
60+
After an initial connection, `cider-mode' is added to `clojure-mode-hook' and
61+
automatically enabled on all existing Clojure buffers. After the last
62+
connection has been closed, `cider-mode' is disabled in all Clojure buffers, and
63+
has to be manually re-enabled via \\[cider-mode].
6464
6565
Useful for switching between alternative minor modes like `inf-clojure-mode'."
6666
:type 'boolean

0 commit comments

Comments
 (0)