aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/textmodes/flyspell.el4
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.
443See also `flyspell-duplicate-distance'." 443See also `flyspell-duplicate-distance'."
444 :group 'flyspell) 444 :group 'flyspell)
445;; backward-compatibility alias 445;; backward-compatibility alias