We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fd24b1 commit c350f34Copy full SHA for c350f34
cider-mode.el
@@ -330,7 +330,7 @@ If invoked with a prefix ARG eval the expression after inserting it."
330
["Close ancillary buffers" cider-close-ancillary-buffers
331
:active (seq-remove #'null cider-ancillary-buffers)]
332
("nREPL" :active (cider-connected-p)
333
- ["Describe nrepl session" cider-describe-nrepl-session]
+ ["Describe nREPL session" cider-describe-nrepl-session]
334
["Toggle message logging" nrepl-toggle-message-logging]))
335
"Menu for CIDER mode.")
336
0 commit comments