Skip to content

Commit 8fccc91

Browse files
committed
Refine the name of the debugger's menu
1 parent b0f0592 commit 8fccc91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cider-debug.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ In order to work properly, this mode must be activated by
358358

359359
(easy-menu-define cider-debug-mode-menu cider--debug-mode-map
360360
"Menu for CIDER debug mode"
361-
`("CIDER DEBUGGER"
361+
`("CIDER Debugger"
362362
["Next step" (cider-debug-mode-send-reply ":next") :keys "n"]
363363
["Continue non-stop" (cider-debug-mode-send-reply ":continue") :keys "c"]
364364
["Move out of sexp" (cider-debug-mode-send-reply ":out") :keys "o"]

0 commit comments

Comments
 (0)