emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/textmodes/flyspell.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/flyspell.el
Date: Mon, 31 Dec 2001 15:44:44 -0500

Index: emacs/lisp/textmodes/flyspell.el
diff -c emacs/lisp/textmodes/flyspell.el:1.37 
emacs/lisp/textmodes/flyspell.el:1.38
*** emacs/lisp/textmodes/flyspell.el:1.37       Wed Dec 26 22:13:48 2001
--- emacs/lisp/textmodes/flyspell.el    Mon Dec 31 15:44:44 2001
***************
*** 398,411 ****
  ;*    Highlighting                                                     */
  ;*---------------------------------------------------------------------*/
  (defface flyspell-incorrect-face
!   '((((class color)) (:foreground "OrangeRed" :bold t :underline t))
!     (t (:bold t)))
    "Face used for marking a misspelled word in Flyspell."
    :group 'flyspell)
  
  (defface flyspell-duplicate-face
!   '((((class color)) (:foreground "Gold3" :bold t :underline t))
!     (t (:bold t)))
    "Face used for marking a misspelled word that appears twice in the buffer.
  See also `flyspell-duplicate-distance'."
    :group 'flyspell)
--- 398,411 ----
  ;*    Highlighting                                                     */
  ;*---------------------------------------------------------------------*/
  (defface flyspell-incorrect-face
!   '((((class color)) (:foreground "OrangeRed" :weight bold :underline t))
!     (t (:weight bold)))
    "Face used for marking a misspelled word in Flyspell."
    :group 'flyspell)
  
  (defface flyspell-duplicate-face
!   '((((class color)) (:foreground "Gold3" :weight bold :underline t))
!     (t (:weight bold)))
    "Face used for marking a misspelled word that appears twice in the buffer.
  See also `flyspell-duplicate-distance'."
    :group 'flyspell)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]