aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Kangas2019-06-27 20:02:56 +0200
committerLars Ingebrigtsen2019-06-27 21:00:35 +0200
commitb98b843a5b6df987d3dba3e66fe637570c06cd0d (patch)
tree80265c97dca5a9f3e26b8eec069720efa7cb10f4 /etc
parentf9744d23e5bdc90ebdfaf78db55966e436876b28 (diff)
downloademacs-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/NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 988ee8bb41e..29ca3e3777a 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1630,6 +1630,14 @@ When non-nil, watch whether the bookmark file has changed on disk.
1630This library generates manual C++ template instantiations. It should 1630This library generates manual C++ template instantiations. It should
1631no longer be useful on modern compilers, which do this automatically. 1631no longer be useful on modern compilers, which do this automatically.
1632 1632
1633** Ispell
1634
1635---
1636*** New hook 'ispell-change-dictionary-hook'.
1637This runs after changing the dictionary and could be used to
1638automatically spellcheck a buffer when changing language without
1639needing 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