summaryrefslogtreecommitdiff
path: root/cider-common.el
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2016-04-13 19:07:43 -0300
committerArtur Malabarba <bruce.connor.am@gmail.com>2016-04-13 19:07:55 -0300
commit7f5464adf77f631707df5dc615fd18fa88fc1fbb (patch)
treef6300e3a7610b0172d6d3a62fec2f9055dff7466 /cider-common.el
parented262cafa7d87e9c3e9abbfd5dd675ca6d58706e (diff)
Fix typo
Diffstat (limited to 'cider-common.el')
-rw-r--r--cider-common.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/cider-common.el b/cider-common.el
index 09e23bc7..dacc7c4e 100644
--- a/cider-common.el
+++ b/cider-common.el
@@ -82,7 +82,7 @@ On failure, read a symbol name using PROMPT and call CALLBACK with that."
(defun cider--jump-to-loc-from-info (info &optional other-window)
"Jump to location give by INFO.
INFO object is returned by `cider-var-info' or `cider-member-info'.
-OTHER-WINDOW is passed to `cider-jamp-to'."
+OTHER-WINDOW is passed to `cider-jump-to'."
(let* ((line (nrepl-dict-get info "line"))
(file (nrepl-dict-get info "file"))
(name (nrepl-dict-get info "name"))