File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -758,7 +758,7 @@ message in the REPL area."
758758 " Handle cider initialization after nREPL connection has been established.
759759This function is appended to `nrepl-connected-hook' in the client process
760760buffer."
761- ; ; `nrepl-connected-hook' is run in connection buffer
761+ ; ; `nrepl-connected-hook' is run in the connection buffer
762762 (cider-make-connection-default (current-buffer ))
763763 (cider-repl-init (current-buffer ))
764764 (cider--check-required-nrepl-version)
@@ -774,7 +774,7 @@ buffer."
774774 " Cleanup after nREPL connection has been lost or closed.
775775This function is appended to `nrepl-disconnected-hook' in the client
776776process buffer."
777- ; ; `nrepl-connected-hook' is run in connection buffer
777+ ; ; `nrepl-connected-hook' is run in the connection buffer
778778 (cider-possibly-disable-on-existing-clojure-buffers)
779779 (run-hooks 'cider-disconnected-hook ))
780780
You can’t perform that action at this time.
0 commit comments