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 e7d7269 commit e4d0b3aCopy full SHA for e4d0b3a
eldoc-eask.el
@@ -56,7 +56,7 @@
56
;;
57
58
(defun eldoc-eask--fnsym-in-current-sexp ()
59
- "Mainly copy it from `elisp--fnsym-in-current-sexp' function"
+ "Mainly copy it from `elisp--fnsym-in-current-sexp' function."
60
(save-excursion
61
(unless (nth 8 (syntax-ppss))
62
(let ((argument-index (1- (elisp--beginning-of-sexp))))
@@ -68,7 +68,7 @@
68
argument-index)))))
69
70
(defun eldoc-eask--funcall (callback &rest _ignored)
71
- "Document function call at point.
+ "Document function call (CALLBACK) at point.
72
73
Mainly copy it from `elisp-eldoc-funcall' function."
74
(when-let* ((sym-info (eldoc-eask--fnsym-in-current-sexp))
0 commit comments