branch: elpa/cider
commit 4f82880937d45496b525fc21ebfdd4b96c2240fb
Author: yuhan0 <[email protected]>
Commit: Bozhidar Batsov <[email protected]>

    Fix typo
---
 cider-eldoc.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cider-eldoc.el b/cider-eldoc.el
index e68589e2b3..6066bf4c14 100644
--- a/cider-eldoc.el
+++ b/cider-eldoc.el
@@ -346,7 +346,7 @@ Then go back to the point and return its eldoc."
 
 (defun cider-eldoc-info-in-current-sexp ()
   "Return eldoc information from the sexp.
-If `cider-eldoc-display-for-symbol-at-poin' is non-nil and
+If `cider-eldoc-display-for-symbol-at-point' is non-nil and
 the symbol at point has a valid eldoc available, return that.
 Otherwise return the eldoc of the first symbol of the sexp."
   (or (when cider-eldoc-display-for-symbol-at-point

Reply via email to