1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

(flyspell-duplicate, flyspell-incorrect): Revert 2006-01-27 change.

This commit is contained in:
Chong Yidong 2007-04-06 18:55:13 +00:00
parent ff5e33e755
commit bb578a1d85

View File

@ -431,7 +431,7 @@ property of the major mode name.")
(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 @@ property of the major mode name.")
(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