# HG changeset patch # User Eli Zaretskii # Date 1138390986 0 # Node ID 6c8eee5f9e6e4fad1dbd51890ba36b33ecc1503f # Parent 927f1c4f43d85d4bff83a58779aba848c764314b (flyspell-incorrect, flyspell-duplicate): Doc fix. diff -r 927f1c4f43d8 -r 6c8eee5f9e6e lisp/textmodes/flyspell.el --- a/lisp/textmodes/flyspell.el Fri Jan 27 19:38:02 2006 +0000 +++ b/lisp/textmodes/flyspell.el Fri Jan 27 19:43:06 2006 +0000 @@ -427,7 +427,7 @@ (defface flyspell-incorrect '((((class color)) (:foreground "OrangeRed" :bold t :underline t)) (t (:bold t))) - "Face used for marking a misspelled word in Flyspell." + "Face used to display a misspelled word in Flyspell." :group 'flyspell) ;; backward-compatibility alias (put 'flyspell-incorrect-face 'face-alias 'flyspell-incorrect) @@ -435,7 +435,7 @@ (defface flyspell-duplicate '((((class color)) (:foreground "Gold3" :bold t :underline t)) (t (:bold t))) - "Face used for marking a misspelled word that appears twice in the buffer. + "Face used to display subsequent occurrences of a misspelled word. See also `flyspell-duplicate-distance'." :group 'flyspell) ;; backward-compatibility alias