summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Gerdin <tgerdin@gmail.com>2018-07-03 23:53:00 +0200
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2018-07-31 19:34:13 +0300
commitdf6f56e5f94d97efac9063a6dcfd25cf75e477f5 (patch)
treecf529b17c8369cedd31280f5294aef154cc478c3
parent728beadae8dc25a7ad82defa3e119b1528a25f65 (diff)
Target cider-find-dvim instead
-rw-r--r--cider-find.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/cider-find.el b/cider-find.el
index f74030bd..dc49ddac 100644
--- a/cider-find.el
+++ b/cider-find.el
@@ -68,8 +68,8 @@ thing at point."
#'cider--find-var))))
;;;###autoload
-(defun cider-find-var-at-mouse (event)
- "Find the definition of variable using mouse EVENT."
+(defun cider-find-dwim-at-mouse (event)
+ "Find and display variable or resource at mouse EVENT."
(interactive "e")
(cider-ensure-op-supported "info")
(if-let* ((symbol-file (save-excursion