diff lisp/ChangeLog @ 72924:d50645027830

* textmodes/flyspell.el (flyspell-check-region-doublons): New function to detect duplicated words. (flyspell-large-region): Use it.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 16 Sep 2006 15:05:47 +0000
parents e5dae51e141c
children 7c06d1194d6f
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Sep 16 14:19:31 2006 +0000
+++ b/lisp/ChangeLog	Sat Sep 16 15:05:47 2006 +0000
@@ -1,3 +1,9 @@
+2006-09-16  Agustin Martin <agustin.martin@hispalinux.es>
+
+	* textmodes/flyspell.el (flyspell-check-region-doublons): New
+	function to detect duplicated words.
+	(flyspell-large-region): Use it.
+
 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
 
 	* simple.el (line-move-to-column): Revert 2006-08-03 change.