summaryrefslogtreecommitdiff
path: root/cider-mode.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2015-10-11 09:58:23 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2015-10-11 09:58:23 +0300
commit10a712c573f10e5f9a192062da694e11ae77accc (patch)
tree513177c889fb68dfefa2b9df4689d12807bf6e81 /cider-mode.el
parent482c1ed4b67c4cfc1caa5e7e0f2a3e19d05c32af (diff)
Replace cider-jump-back with cider-pop-back
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]