# HG changeset patch # User Chong Yidong # Date 1175885713 0 # Node ID c5ea5d1e6950e3a36a576d61c6c8104d4c37ea03 # Parent 99a420a313c36be59ca571f60168d901ac1f1fb3 (flyspell-duplicate, flyspell-incorrect): Revert 2006-01-27 change. diff -r 99a420a313c3 -r c5ea5d1e6950 lisp/textmodes/flyspell.el --- a/lisp/textmodes/flyspell.el Fri Apr 06 18:55:01 2007 +0000 +++ b/lisp/textmodes/flyspell.el Fri Apr 06 18:55:13 2007 +0000 @@ -431,7 +431,7 @@ (defface flyspell-incorrect '((((class color)) (:foreground "OrangeRed" :bold t :underline t)) (t (:bold t))) - "Face used to display a misspelled word in Flyspell." + "Face used for marking a misspelled word in Flyspell." :group 'flyspell) ;; backward-compatibility alias (put 'flyspell-incorrect-face 'face-alias 'flyspell-incorrect) @@ -439,7 +439,7 @@ (defface flyspell-duplicate '((((class color)) (:foreground "Gold3" :bold t :underline t)) (t (:bold t))) - "Face used to display subsequent occurrences of a misspelled word. + "Face used for marking a misspelled word that appears twice in the buffer. See also `flyspell-duplicate-distance'." :group 'flyspell) ;; backward-compatibility alias