/[emacs]/emacs/lisp/textmodes/flyspell.el
ViewVC logotype

Diff of /emacs/lisp/textmodes/flyspell.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.37 by rms, Thu Dec 27 03:13:48 2001 UTC revision 1.38 by rms, Mon Dec 31 20:44:44 2001 UTC
# Line 398  property of the major mode name.") Line 398  property of the major mode name.")
398  ;*    Highlighting                                                     */  ;*    Highlighting                                                     */
399  ;*---------------------------------------------------------------------*/  ;*---------------------------------------------------------------------*/
400  (defface flyspell-incorrect-face  (defface flyspell-incorrect-face
401    '((((class color)) (:foreground "OrangeRed" :bold t :underline t))    '((((class color)) (:foreground "OrangeRed" :weight bold :underline t))
402      (t (:bold t)))      (t (:weight bold)))
403    "Face used for marking a misspelled word in Flyspell."    "Face used for marking a misspelled word in Flyspell."
404    :group 'flyspell)    :group 'flyspell)
405    
406  (defface flyspell-duplicate-face  (defface flyspell-duplicate-face
407    '((((class color)) (:foreground "Gold3" :bold t :underline t))    '((((class color)) (:foreground "Gold3" :weight bold :underline t))
408      (t (:bold t)))      (t (:weight bold)))
409    "Face used for marking a misspelled word that appears twice in the buffer.    "Face used for marking a misspelled word that appears twice in the buffer.
410  See also `flyspell-duplicate-distance'."  See also `flyspell-duplicate-distance'."
411    :group 'flyspell)    :group 'flyspell)

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26