aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS7
-rw-r--r--lisp/textmodes/ispell.el2
2 files changed, 8 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index fd0d3ece5eb..93e2d0ebc65 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -733,6 +733,13 @@ the 'mutool' program after their initial conversion to PDF format. The
733name of the 'djvused' program can be customized by changing the user 733name of the 'djvused' program can be customized by changing the user
734option 'doc-view-djvused-program'. 734option 'doc-view-djvused-program'.
735 735
736** Ispell
737
738---
739*** The default value of 'ispell-help-timeout' has changed.
740The default value is now 30 seconds, as the old value was too short to
741allow reading the help text.
742
736** Flyspell 743** Flyspell
737 744
738--- 745---
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el
index fbd1746b96e..f53732098ea 100644
--- a/lisp/textmodes/ispell.el
+++ b/lisp/textmodes/ispell.el
@@ -405,7 +405,7 @@ re-start Emacs."
405(defcustom ispell-help-timeout 30 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 "31.1")
409 409
410(defvar ispell-dictionary-base-alist 410(defvar ispell-dictionary-base-alist
411 '((nil ; default 411 '((nil ; default