summaryrefslogtreecommitdiff
path: root/cider-util.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-06-26 08:23:18 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2018-06-26 08:23:18 +0300
commit4da871b4f89a88d92014c8bc640e39098418b4a2 (patch)
treec018cfd02ba113f954c033f527766cbdc8bf3ed3 /cider-util.el
parent89e77f31e1a0443e369582e9235daa84d9836bc0 (diff)
Group a couple of related tips
Diffstat (limited to 'cider-util.el')
-rw-r--r--cider-util.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/cider-util.el b/cider-util.el
index bbbc7b0c..5ba928fd 100644
--- a/cider-util.el
+++ b/cider-util.el
@@ -734,9 +734,9 @@ through a stack of help buffers. Variables `help-back-label' and
"Press <\\[describe-mode]> to see a list of the keybindings available (this will work in every Emacs buffer)."
"Press <\\[cider-repl-handle-shortcut]> to quickly invoke some REPL command."
"Press <\\[cider-switch-to-last-clojure-buffer]> to switch between the REPL and a Clojure source buffer."
- "Press <\\[cider-find-var]> to jump to the source of something (e.g. a var, a Java method)."
"Press <\\[cider-doc]> to view the documentation for something (e.g. a var, a Java method)."
"Press <\\[cider-find-resource]> to find a resource on the classpath."
+ "Press <\\[cider-find-var]> to jump to the source of something (e.g. a var, a Java method)."
"Press <\\[cider-selector]> to quickly select a CIDER buffer."
"Press <\\[cider-test-run-ns-tests]> to run the tests for the current namespace."
"Press <\\[cider-test-run-loaded-tests]> to run all loaded tests."