We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cac658 commit 4f82880Copy full SHA for 4f82880
cider-eldoc.el
@@ -346,7 +346,7 @@ Then go back to the point and return its eldoc."
346
347
(defun cider-eldoc-info-in-current-sexp ()
348
"Return eldoc information from the sexp.
349
-If `cider-eldoc-display-for-symbol-at-poin' is non-nil and
+If `cider-eldoc-display-for-symbol-at-point' is non-nil and
350
the symbol at point has a valid eldoc available, return that.
351
Otherwise return the eldoc of the first symbol of the sexp."
352
(or (when cider-eldoc-display-for-symbol-at-point
0 commit comments