diff options
| -rw-r--r-- | etc/NEWS | 7 | ||||
| -rw-r--r-- | lisp/textmodes/ispell.el | 2 |
2 files changed, 8 insertions, 1 deletions
| @@ -733,6 +733,13 @@ the 'mutool' program after their initial conversion to PDF format. The | |||
| 733 | name of the 'djvused' program can be customized by changing the user | 733 | name of the 'djvused' program can be customized by changing the user |
| 734 | option 'doc-view-djvused-program'. | 734 | option 'doc-view-djvused-program'. |
| 735 | 735 | ||
| 736 | ** Ispell | ||
| 737 | |||
| 738 | --- | ||
| 739 | *** The default value of 'ispell-help-timeout' has changed. | ||
| 740 | The default value is now 30 seconds, as the old value was too short to | ||
| 741 | allow 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 |