summaryrefslogtreecommitdiff
path: root/cider-debug.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-02-26 08:45:38 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2016-02-26 08:45:38 +0200
commit8fccc91382bcbd4baa424033eac39bd09705673d (patch)
tree7dc3fa561867ab7d971b85f24abab09095ff82fa /cider-debug.el
parentb0f0592f3229dd9d776f2e0d7968985abfce34eb (diff)
Refine the name of the debugger's menu
Diffstat (limited to 'cider-debug.el')
-rw-r--r--cider-debug.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/cider-debug.el b/cider-debug.el
index 20d48bf9..0f4acf49 100644
--- a/cider-debug.el
+++ b/cider-debug.el
@@ -358,7 +358,7 @@ In order to work properly, this mode must be activated by
(easy-menu-define cider-debug-mode-menu cider--debug-mode-map
"Menu for CIDER debug mode"
- `("CIDER DEBUGGER"
+ `("CIDER Debugger"
["Next step" (cider-debug-mode-send-reply ":next") :keys "n"]
["Continue non-stop" (cider-debug-mode-send-reply ":continue") :keys "c"]
["Move out of sexp" (cider-debug-mode-send-reply ":out") :keys "o"]