summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgustín Martín <agustin.martin@hispalinux.es>2012-04-16 19:06:58 +0200
committerAgustín Martín <agustin.martin@hispalinux.es>2012-04-16 19:06:58 +0200
commit4be3075ec8cde1561817ffe9f7a0869841ffe38c (patch)
treeed4d40ebbbdeac156e4e5565054c75cf86ca3557
parent177eca34cbb28be0835f63e2a3b0fa96c43281d7 (diff)
downloademacs-4be3075ec8cde1561817ffe9f7a0869841ffe38c.tar.gz
emacs-4be3075ec8cde1561817ffe9f7a0869841ffe38c.tar.bz2
emacs-4be3075ec8cde1561817ffe9f7a0869841ffe38c.zip
ispell.el: Fix last Changelog entry. utf-8 will be enabled if possible.
-rw-r--r--lisp/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7ebeea0a9dd..cae46908b0e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,7 +1,7 @@
2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
* ispell.el (ispell-set-spellchecker-params): Post-process
- `ispell-dictionary-alist' to use [:alpha:] if possible.
+ `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
2012-04-16 Chong Yidong <cyd@gnu.org>