diff options
| author | Chong Yidong | 2007-04-06 18:55:13 +0000 |
|---|---|---|
| committer | Chong Yidong | 2007-04-06 18:55:13 +0000 |
| commit | bb578a1d858ebd22146290defb55a174ed4ae06a (patch) | |
| tree | 2b8ba02f077adb80720139b588756d3d3c924bb1 | |
| parent | ff5e33e75558a729d13152a27a6aae4f729aba8e (diff) | |
| download | emacs-bb578a1d858ebd22146290defb55a174ed4ae06a.tar.gz emacs-bb578a1d858ebd22146290defb55a174ed4ae06a.zip | |
(flyspell-duplicate, flyspell-incorrect): Revert 2006-01-27 change.
| -rw-r--r-- | lisp/textmodes/flyspell.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/textmodes/flyspell.el b/lisp/textmodes/flyspell.el index 7c1e1566a9f..339160db9bd 100644 --- a/lisp/textmodes/flyspell.el +++ b/lisp/textmodes/flyspell.el | |||
| @@ -431,7 +431,7 @@ property of the major mode name.") | |||
| 431 | (defface flyspell-incorrect | 431 | (defface flyspell-incorrect |
| 432 | '((((class color)) (:foreground "OrangeRed" :bold t :underline t)) | 432 | '((((class color)) (:foreground "OrangeRed" :bold t :underline t)) |
| 433 | (t (:bold t))) | 433 | (t (:bold t))) |
| 434 | "Face used to display a misspelled word in Flyspell." | 434 | "Face used for marking a misspelled word in Flyspell." |
| 435 | :group 'flyspell) | 435 | :group 'flyspell) |
| 436 | ;; backward-compatibility alias | 436 | ;; backward-compatibility alias |
| 437 | (put 'flyspell-incorrect-face 'face-alias 'flyspell-incorrect) | 437 | (put 'flyspell-incorrect-face 'face-alias 'flyspell-incorrect) |
| @@ -439,7 +439,7 @@ property of the major mode name.") | |||
| 439 | (defface flyspell-duplicate | 439 | (defface flyspell-duplicate |
| 440 | '((((class color)) (:foreground "Gold3" :bold t :underline t)) | 440 | '((((class color)) (:foreground "Gold3" :bold t :underline t)) |
| 441 | (t (:bold t))) | 441 | (t (:bold t))) |
| 442 | "Face used to display subsequent occurrences of a misspelled word. | 442 | "Face used for marking a misspelled word that appears twice in the buffer. |
| 443 | See also `flyspell-duplicate-distance'." | 443 | See also `flyspell-duplicate-distance'." |
| 444 | :group 'flyspell) | 444 | :group 'flyspell) |
| 445 | ;; backward-compatibility alias | 445 | ;; backward-compatibility alias |