/[emacs]/emacs/lisp/woman.el
ViewVC logotype

Diff of /emacs/lisp/woman.el

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

revision 1.10 by miles, Sun Oct 7 12:39:00 2001 UTC revision 1.11 by rms, Mon Dec 31 20:31:16 2001 UTC
# Line 840  or different fonts." Line 840  or different fonts."
840  ;; You should probably select either italic or underline as you prefer, but  ;; You should probably select either italic or underline as you prefer, but
841  ;; not both, although italic and underline work together perfectly well!  ;; not both, although italic and underline work together perfectly well!
842  (defface woman-italic-face  (defface woman-italic-face
843    `((((background light)) (:italic t :underline t :foreground "red"))    `((((background light)) (:slant italic :underline t :foreground "red"))
844      (((background dark)) (:italic t :underline t)))      (((background dark)) (:slant italic :underline t)))
845    "Face for italic font in man pages."    "Face for italic font in man pages."
846    :group 'woman-faces)    :group 'woman-faces)
847    
848  (defface woman-bold-face  (defface woman-bold-face
849    '((((background light)) (:bold t :foreground "blue"))    '((((background light)) (:weight bold :foreground "blue"))
850      (((background dark)) (:bold t :foreground "green2")))      (((background dark)) (:weight bold :foreground "green2")))
851    "Face for bold font in man pages."    "Face for bold font in man pages."
852    :group 'woman-faces)    :group 'woman-faces)
853    

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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