emacs-diffs
[Top][All Lists]
Advanced

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

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


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

Index: emacs/lisp/woman.el
diff -c emacs/lisp/woman.el:1.10 emacs/lisp/woman.el:1.11
*** emacs/lisp/woman.el:1.10    Sun Oct  7 08:39:00 2001
--- emacs/lisp/woman.el Mon Dec 31 15:31:16 2001
***************
*** 840,853 ****
  ;; You should probably select either italic or underline as you prefer, but
  ;; not both, although italic and underline work together perfectly well!
  (defface woman-italic-face
!   `((((background light)) (:italic t :underline t :foreground "red"))
!     (((background dark)) (:italic t :underline t)))
    "Face for italic font in man pages."
    :group 'woman-faces)
  
  (defface woman-bold-face
!   '((((background light)) (:bold t :foreground "blue"))
!     (((background dark)) (:bold t :foreground "green2")))
    "Face for bold font in man pages."
    :group 'woman-faces)
  
--- 840,853 ----
  ;; You should probably select either italic or underline as you prefer, but
  ;; not both, although italic and underline work together perfectly well!
  (defface woman-italic-face
!   `((((background light)) (:slant italic :underline t :foreground "red"))
!     (((background dark)) (:slant italic :underline t)))
    "Face for italic font in man pages."
    :group 'woman-faces)
  
  (defface woman-bold-face
!   '((((background light)) (:weight bold :foreground "blue"))
!     (((background dark)) (:weight bold :foreground "green2")))
    "Face for bold font in man pages."
    :group 'woman-faces)
  



reply via email to

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