summaryrefslogtreecommitdiff
path: root/cider-util.el
diff options
context:
space:
mode:
authorVitalie Spinu <spinuvit@gmail.com>2018-08-05 11:32:16 +0200
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2018-08-05 13:16:58 +0300
commit1c9f9e33a2c3995774953e43906148200b11507e (patch)
tree76539a85fec51fcf52ef02d4c8071b1b4eb06887 /cider-util.el
parentd4cd579f5fa487c3af11c319c4c4c44dfe0c00df (diff)
Rename `cider-describe-current-connection` -> `cider-describe-connection`
.. because it accepts an explicit REPL argument now.
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 e5a2446e..84903d3e 100644
--- a/cider-util.el
+++ b/cider-util.el
@@ -761,7 +761,7 @@ through a stack of help buffers. Variables `help-back-label' and
"Press <C-u C-u \\[cider-inspect]> to read Clojure code from the minibuffer and inspect its result."
"Press <\\[cider-ns-refresh]> to reload modified and unloaded namespaces."
"You can define Clojure functions to be called before and after `cider-ns-refresh' (see `cider-ns-refresh-before-fn' and `cider-ns-refresh-after-fn'."
- "Press <\\[cider-describe-current-connection]> to view information about the connection."
+ "Press <\\[cider-describe-connection]> to view information about the connection."
"Press <\\[cider-undef]> to undefine a symbol in the current namespace."
"Press <\\[cider-interrupt]> to interrupt an ongoing evaluation."
"Use <M-x customize-group RET cider RET> to see every possible setting you can customize."