Skip to content

Commit bc02a48

Browse files
committed
Improve a docstring
1 parent 422b96c commit bc02a48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cider-interaction.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1822,7 +1822,7 @@ an error is signalled."
18221822
(error "No active nREPL connection")))
18231823

18241824
(defun cider-enable-on-existing-clojure-buffers ()
1825-
"Enable interaction mode on existing Clojure buffers.
1825+
"Enable CIDER's minor mode on existing Clojure buffers.
18261826
See command `cider-mode'."
18271827
(interactive)
18281828
(add-hook 'clojure-mode-hook #'clojure-enable-cider)

0 commit comments

Comments
 (0)