Skip to content

Commit af7c76f

Browse files
vspinubbatsov
authored andcommitted
cider-repl--state-handler doc fix
1 parent f2a5e27 commit af7c76f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cider-repl.el

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,7 @@ via `cider-current-connection'.")
206206
(declare-function cider-refresh-dynamic-font-lock "cider-mode")
207207

208208
(defun cider-repl--state-handler (response)
209-
"Handle the server state contained in RESPONSE.
210-
Currently, this is only used to keep `cider-repl-type' updated."
209+
"Handle server state contained in RESPONSE."
211210
(with-demoted-errors "Error in `cider-repl--state-handler': %s"
212211
(when (member "state" (nrepl-dict-get response "status"))
213212
(nrepl-dbind-response response (repl-type changed-namespaces)

0 commit comments

Comments
 (0)