Variable: ispell-update-post-hook
ispell-update-post-hook is a variable defined in ispell.el.gz.
Value
nil
Documentation
A normal hook invoked from the ispell command loop.
It is called once per iteration, before displaying a prompt to the user.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/ispell.el.gz
(defvar ispell-update-post-hook nil
"A normal hook invoked from the ispell command loop.
It is called once per iteration, before displaying a prompt to
the user.")