Mercurial > emacs
changeset 76984:c5ea5d1e6950
(flyspell-duplicate, flyspell-incorrect): Revert 2006-01-27 change.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Fri, 06 Apr 2007 18:55:13 +0000 |
parents | 99a420a313c3 |
children | 2f0b1b082f4a |
files | lisp/textmodes/flyspell.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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