]> code.delx.au - gnu-emacs/commitdiff
* lisp/ChangeLog: Fix a changelog entry
authorNicolas Petton <nicolas@petton.fr>
Sun, 8 Mar 2015 14:39:59 +0000 (15:39 +0100)
committerNicolas Petton <nicolas@petton.fr>
Sun, 8 Mar 2015 14:41:15 +0000 (15:41 +0100)
lisp/ChangeLog

index 96a052d24659c7b78dfaf6de651f250e3e048b2f..763a8eecfbd6117013b598276341616df29e5a7f 100644 (file)
@@ -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.