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:
parent
4aa53f2934
commit
89eac993c7
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue