aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRudolf Adamkovič2025-01-25 11:24:34 +0100
committerEli Zaretskii2025-02-01 13:22:02 +0200
commit89eac993c76b58384e1e5d5ffb7402a8bcdb6290 (patch)
treee41c72ced94d605bec930103497473272f027c34
parent4aa53f293455e690a9aa07eac13011020b887e0e (diff)
downloademacs-89eac993c76b58384e1e5d5ffb7402a8bcdb6290.tar.gz
emacs-89eac993c76b58384e1e5d5ffb7402a8bcdb6290.zip
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).
-rw-r--r--lisp/textmodes/ispell.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el
index abe3abefc26..fbd1746b96e 100644
--- a/lisp/textmodes/ispell.el
+++ b/lisp/textmodes/ispell.el
@@ -402,7 +402,7 @@ re-start Emacs."
402 (const :tag "default" nil)) 402 (const :tag "default" nil))
403 (coding-system :tag "Coding System")))) 403 (coding-system :tag "Coding System"))))
404 404
405(defcustom ispell-help-timeout 5 405(defcustom ispell-help-timeout 30
406 "The number of seconds to display the help text." 406 "The number of seconds to display the help text."
407 :type 'number 407 :type 'number
408 :version "28.1") 408 :version "28.1")