From 89eac993c76b58384e1e5d5ffb7402a8bcdb6290 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rudolf=20Adamkovi=C4=8D?= Date: Sat, 25 Jan 2025 11:24:34 +0100 Subject: [PATCH] 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). --- lisp/textmodes/ispell.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." (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")