diff options
| author | Eli Zaretskii | 2006-01-27 19:43:06 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-01-27 19:43:06 +0000 |
| commit | c52bf88ffe1ff9b7caa5c24e395aa6c58a8fda13 (patch) | |
| tree | 5b3df6e4fbfc271c0b5c624ebc1bc3731767523c | |
| parent | 209bb3be2adcbad11d992b0d05a50996b88e493b (diff) | |
| download | emacs-c52bf88ffe1ff9b7caa5c24e395aa6c58a8fda13.tar.gz emacs-c52bf88ffe1ff9b7caa5c24e395aa6c58a8fda13.zip | |
(flyspell-incorrect, flyspell-duplicate): Doc fix.
| -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 61192bbbe1c..16c50397824 100644 --- a/lisp/textmodes/flyspell.el +++ b/lisp/textmodes/flyspell.el | |||
| @@ -427,7 +427,7 @@ property of the major mode name.") | |||
| 427 | (defface flyspell-incorrect | 427 | (defface flyspell-incorrect |
| 428 | '((((class color)) (:foreground "OrangeRed" :bold t :underline t)) | 428 | '((((class color)) (:foreground "OrangeRed" :bold t :underline t)) |
| 429 | (t (:bold t))) | 429 | (t (:bold t))) |
| 430 | "Face used for marking a misspelled word in Flyspell." | 430 | "Face used to display a misspelled word in Flyspell." |
| 431 | :group 'flyspell) | 431 | :group 'flyspell) |
| 432 | ;; backward-compatibility alias | 432 | ;; backward-compatibility alias |
| 433 | (put 'flyspell-incorrect-face 'face-alias 'flyspell-incorrect) | 433 | (put 'flyspell-incorrect-face 'face-alias 'flyspell-incorrect) |
| @@ -435,7 +435,7 @@ property of the major mode name.") | |||
| 435 | (defface flyspell-duplicate | 435 | (defface flyspell-duplicate |
| 436 | '((((class color)) (:foreground "Gold3" :bold t :underline t)) | 436 | '((((class color)) (:foreground "Gold3" :bold t :underline t)) |
| 437 | (t (:bold t))) | 437 | (t (:bold t))) |
| 438 | "Face used for marking a misspelled word that appears twice in the buffer. | 438 | "Face used to display subsequent occurrences of a misspelled word. |
| 439 | See also `flyspell-duplicate-distance'." | 439 | See also `flyspell-duplicate-distance'." |
| 440 | :group 'flyspell) | 440 | :group 'flyspell) |
| 441 | ;; backward-compatibility alias | 441 | ;; backward-compatibility alias |