]> git.eshelyaron.com Git - emacs.git/commitdiff
(flyspell-duplicate, flyspell-incorrect): Revert 2006-01-27 change.
authorChong Yidong <cyd@stupidchicken.com>
Fri, 6 Apr 2007 18:55:13 +0000 (18:55 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Fri, 6 Apr 2007 18:55:13 +0000 (18:55 +0000)
lisp/textmodes/flyspell.el

index 7c1e1566a9f071b9c6303a68720b13e789a4c8e0..339160db9bdb3b0e549d70db34f337702e8f6087 100644 (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