Variable: ispell-help-timeout

ispell-help-timeout is a customizable variable defined in ispell.el.gz.

Value

30

Documentation

The number of seconds to display the help text.

This variable was added, or its default value changed, in Emacs 31.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 30
  "The number of seconds to display the help text."
  :type 'number
  :version "31.1")