summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Petton <nicolas@petton.fr>2015-03-08 15:39:59 +0100
committerNicolas Petton <nicolas@petton.fr>2015-03-08 15:41:15 +0100
commit51c0c8dc70a0a8491e698241c88378ed5780a9c9 (patch)
treeb5ae1553ca9830b0528e6a1e8332e9b469a2cfd4
parent9869d6f612e94437ac4a998454ad2d4f833a6ad8 (diff)
downloademacs-51c0c8dc70a0a8491e698241c88378ed5780a9c9.tar.gz
* lisp/ChangeLog: Fix a changelog entry
-rw-r--r--lisp/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 96a052d2465..763a8eecfbd 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -68,8 +68,8 @@
2015-02-12 Agustín Martín Domingo <agustin6martin@gmail.com>
Improve string search in `flyspell-word-search-*`. (Bug#16800)
- * flyspell.el (flyspell-duplicate-distance): Limit default search
- distance for duplicated words to 40000.
+ * textmodes/flyspell.el (flyspell-duplicate-distance): Limit
+ default search distance for duplicated words to 40000.
(flyspell-word-search-backward, flyspell-word-search-forward):
Search as full word with defined casechars, not as substring.