Skip to content

Commit 4f82880

Browse files
yuhan0bbatsov
authored andcommitted
Fix typo
1 parent 9cac658 commit 4f82880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cider-eldoc.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ Then go back to the point and return its eldoc."
346346

347347
(defun cider-eldoc-info-in-current-sexp ()
348348
"Return eldoc information from the sexp.
349-
If `cider-eldoc-display-for-symbol-at-poin' is non-nil and
349+
If `cider-eldoc-display-for-symbol-at-point' is non-nil and
350350
the symbol at point has a valid eldoc available, return that.
351351
Otherwise return the eldoc of the first symbol of the sexp."
352352
(or (when cider-eldoc-display-for-symbol-at-point

0 commit comments

Comments
 (0)