summaryrefslogtreecommitdiff
path: root/cider-mode.el
diff options
context:
space:
mode:
Diffstat (limited to 'cider-mode.el')
-rw-r--r--cider-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/cider-mode.el b/cider-mode.el
index 19e4181b..f1161229 100644
--- a/cider-mode.el
+++ b/cider-mode.el
@@ -263,7 +263,7 @@ Returns to the buffer in which the command was invoked."
("Find"
["Find definition" cider-find-var]
["Find resource" cider-find-resource]
- ["Jump back" cider-jump-back])
+ ["Go back" cider-pop-back])
("Test"
["Run test" cider-test-run-test]
["Run all tests" cider-test-run-tests]