Variable: avy-flyspell-correct-function
avy-flyspell-correct-function is a customizable variable defined in
avy.el.
Value
flyspell-correct-word-before-point
Documentation
Function called to correct word by avy-action-ispell when
flyspell-mode(var)/flyspell-mode(fun) is enabled.
Source Code
;; Defined in ~/.emacs.d/elpa/avy-20241101.1357/avy.el
(defcustom avy-flyspell-correct-function #'flyspell-correct-word-before-point
"Function called to correct word by `avy-action-ispell' when
`flyspell-mode' is enabled."
:type 'function)