changeset 68424:6c8eee5f9e6e

(flyspell-incorrect, flyspell-duplicate): Doc fix.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 27 Jan 2006 19:43:06 +0000
parents 927f1c4f43d8
children f04719dff4bf
files lisp/textmodes/flyspell.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/textmodes/flyspell.el	Fri Jan 27 19:38:02 2006 +0000
+++ b/lisp/textmodes/flyspell.el	Fri Jan 27 19:43:06 2006 +0000
@@ -427,7 +427,7 @@
 (defface flyspell-incorrect
   '((((class color)) (:foreground "OrangeRed" :bold t :underline t))
     (t (:bold t)))
-  "Face used for marking a misspelled word in Flyspell."
+  "Face used to display a misspelled word in Flyspell."
   :group 'flyspell)
 ;; backward-compatibility alias
 (put 'flyspell-incorrect-face 'face-alias 'flyspell-incorrect)
@@ -435,7 +435,7 @@
 (defface flyspell-duplicate
   '((((class color)) (:foreground "Gold3" :bold t :underline t))
     (t (:bold t)))
-  "Face used for marking a misspelled word that appears twice in the buffer.
+  "Face used to display subsequent occurrences of a misspelled word.
 See also `flyspell-duplicate-distance'."
   :group 'flyspell)
 ;; backward-compatibility alias