Ispell: Increase help timeout

* lisp/textmodes/ispell.el (ispell-help-timeout): Increase the timeout
from 5 to 30 seconds to allow users, especially new users, read the
Ispell help menu comfortably and act confidently (bug#75804).
This commit is contained in:
Rudolf Adamkovič 2025-01-25 11:24:34 +01:00 committed by Eli Zaretskii
parent 4aa53f2934
commit 89eac993c7

View file

@ -402,7 +402,7 @@ re-start Emacs."
(const :tag "default" nil))
(coding-system :tag "Coding System"))))
(defcustom ispell-help-timeout 5
(defcustom ispell-help-timeout 30
"The number of seconds to display the help text."
:type 'number
:version "28.1")