; Fix last change
* etc/NEWS: Announce the change in 'ispell-help-timeout'. * lisp/textmodes/ispell.el (ispell-help-timeout): Change :version. (Bug#75804)
This commit is contained in:
7
etc/NEWS
7
etc/NEWS
@@ -733,6 +733,13 @@ the 'mutool' program after their initial conversion to PDF format. The
|
||||
name of the 'djvused' program can be customized by changing the user
|
||||
option 'doc-view-djvused-program'.
|
||||
|
||||
** Ispell
|
||||
|
||||
---
|
||||
*** The default value of 'ispell-help-timeout' has changed.
|
||||
The default value is now 30 seconds, as the old value was too short to
|
||||
allow reading the help text.
|
||||
|
||||
** Flyspell
|
||||
|
||||
---
|
||||
|
||||
@@ -405,7 +405,7 @@ re-start Emacs."
|
||||
(defcustom ispell-help-timeout 30
|
||||
"The number of seconds to display the help text."
|
||||
:type 'number
|
||||
:version "28.1")
|
||||
:version "31.1")
|
||||
|
||||
(defvar ispell-dictionary-base-alist
|
||||
'((nil ; default
|
||||
|
||||
Reference in New Issue
Block a user