mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 18:37:33 +00:00
; 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:
parent
89eac993c7
commit
3a5aba81ca
2 changed files with 8 additions and 1 deletions
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue