Variable: ispell-help-timeout
ispell-help-timeout is a customizable variable defined in
ispell.el.gz.
Value
5
Documentation
The number of seconds to display the help text.
This variable was added, or its default value changed, in Emacs 28.1.
Probably introduced at or before Emacs version 28.1.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/ispell.el.gz
(defcustom ispell-help-timeout 5
"The number of seconds to display the help text."
:type 'number
:version "28.1")