summaryrefslogtreecommitdiff
path: root/cider-interaction.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-04-29 12:04:30 -0700
committerBozhidar Batsov <bozhidar@batsov.com>2016-04-29 12:04:30 -0700
commitfa7b62bf3b76f54744fdd39cf4273d90ae7c9835 (patch)
tree11daf862da83841d016c78550775150439143b00 /cider-interaction.el
parent26bb28226136145e41e2eed65d33ed2772b4c5a3 (diff)
Rename cider-eval-current-sexp to cider-eval-sexp-at-point
This is more consistent with our naming conventions.
Diffstat (limited to 'cider-interaction.el')
-rw-r--r--cider-interaction.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/cider-interaction.el b/cider-interaction.el
index c9b41622..f899babd 100644
--- a/cider-interaction.el
+++ b/cider-interaction.el
@@ -1087,7 +1087,7 @@ If invoked with a PREFIX argument, print the result in the current buffer."
(backward-kill-sexp)
(cider-interactive-eval last-sexp (cider-eval-print-handler))))
-(defun cider-eval-current-sexp (&optional prefix)
+(defun cider-eval-sexp-at-point (&optional prefix)
"Evaluate the expression around point.
If invoked with a PREFIX argument, print the result in the current buffer."
(interactive "P")