aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index fd7dcd31ffd..121a395e63d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -241,8 +241,8 @@
2412015-03-03 Agustín Martín Domingo <agustin6martin@gmail.com> 2412015-03-03 Agustín Martín Domingo <agustin6martin@gmail.com>
242 242
243 Improve string search in `flyspell-word-search-*`. (Bug#16800) 243 Improve string search in `flyspell-word-search-*`. (Bug#16800)
244 * flyspell.el (flyspell-duplicate-distance): Limit default search 244 * textmodes/flyspell.el (flyspell-duplicate-distance): Limit
245 distance for duplicated words to 40000. 245 default search distance for duplicated words to 40000.
246 (flyspell-word-search-backward, flyspell-word-search-forward): 246 (flyspell-word-search-backward, flyspell-word-search-forward):
247 Search as full word with defined casechars, not as substring. 247 Search as full word with defined casechars, not as substring.
248 248