diff options
| author | Rudolf Adamkovič | 2025-01-25 11:24:34 +0100 |
|---|---|---|
| committer | Eli Zaretskii | 2025-02-01 13:22:02 +0200 |
| commit | 89eac993c76b58384e1e5d5ffb7402a8bcdb6290 (patch) | |
| tree | e41c72ced94d605bec930103497473272f027c34 | |
| parent | 4aa53f293455e690a9aa07eac13011020b887e0e (diff) | |
| download | emacs-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.el | 2 |
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") |