diff options
| author | Stefan Kangas | 2019-06-27 20:02:56 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2019-06-27 21:00:35 +0200 |
| commit | b98b843a5b6df987d3dba3e66fe637570c06cd0d (patch) | |
| tree | 80265c97dca5a9f3e26b8eec069720efa7cb10f4 /etc | |
| parent | f9744d23e5bdc90ebdfaf78db55966e436876b28 (diff) | |
| download | emacs-b98b843a5b6df987d3dba3e66fe637570c06cd0d.tar.gz emacs-b98b843a5b6df987d3dba3e66fe637570c06cd0d.zip | |
Add new ispell-change-dictionary-hook (Bug#1110)
* lisp/textmodes/ispell.el (ispell-change-dictionary-hook): New hook.
(ispell-change-dictionary): Call new hook (bug#1110).
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
| @@ -1630,6 +1630,14 @@ When non-nil, watch whether the bookmark file has changed on disk. | |||
| 1630 | This library generates manual C++ template instantiations. It should | 1630 | This library generates manual C++ template instantiations. It should |
| 1631 | no longer be useful on modern compilers, which do this automatically. | 1631 | no longer be useful on modern compilers, which do this automatically. |
| 1632 | 1632 | ||
| 1633 | ** Ispell | ||
| 1634 | |||
| 1635 | --- | ||
| 1636 | *** New hook 'ispell-change-dictionary-hook'. | ||
| 1637 | This runs after changing the dictionary and could be used to | ||
| 1638 | automatically spellcheck a buffer when changing language without | ||
| 1639 | needing to advice 'ispell-change-dictionary'. | ||
| 1640 | |||
| 1633 | 1641 | ||
| 1634 | * New Modes and Packages in Emacs 27.1 | 1642 | * New Modes and Packages in Emacs 27.1 |
| 1635 | 1643 | ||