From: Eli Zaretskii Date: Fri, 27 Jan 2006 19:43:06 +0000 (+0000) Subject: (flyspell-incorrect, flyspell-duplicate): Doc fix. X-Git-Tag: emacs-pretest-22.0.90~4547 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c52bf88ffe1ff9b7caa5c24e395aa6c58a8fda13;p=emacs.git (flyspell-incorrect, flyspell-duplicate): Doc fix. --- diff --git a/lisp/textmodes/flyspell.el b/lisp/textmodes/flyspell.el index 61192bbbe1c..16c50397824 100644 --- a/lisp/textmodes/flyspell.el +++ b/lisp/textmodes/flyspell.el @@ -427,7 +427,7 @@ property of the major mode name.") (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 @@ property of the major mode name.") (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