Skip to content

Commit c350f34

Browse files
committed
Tweak a label
1 parent 4fd24b1 commit c350f34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cider-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ If invoked with a prefix ARG eval the expression after inserting it."
330330
["Close ancillary buffers" cider-close-ancillary-buffers
331331
:active (seq-remove #'null cider-ancillary-buffers)]
332332
("nREPL" :active (cider-connected-p)
333-
["Describe nrepl session" cider-describe-nrepl-session]
333+
["Describe nREPL session" cider-describe-nrepl-session]
334334
["Toggle message logging" nrepl-toggle-message-logging]))
335335
"Menu for CIDER mode.")
336336

0 commit comments

Comments
 (0)