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

Diff of /emacs/lisp/info.el

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

revision 1.292 by rms, Sun Dec 30 19:45:41 2001 UTC revision 1.293 by rms, Mon Dec 31 20:25:09 2001 UTC
# Line 61  The Lisp code is executed when the node Line 61  The Lisp code is executed when the node
61    :group 'info)    :group 'info)
62    
63  (defface info-node  (defface info-node
64    '((((class color) (background light)) (:foreground "brown" :bold t :italic t))    '((((class color) (background light)) (:foreground "brown" :weight bold :slant italic))
65      (((class color) (background dark)) (:foreground "white" :bold t :italic t))      (((class color) (background dark)) (:foreground "white" :weight bold :slant italic))
66      (t (:bold t :italic t)))      (t (:weight bold :slant italic)))
67    "Face for Info node names."    "Face for Info node names."
68    :group 'info)    :group 'info)
69    
# Line 74  The Lisp code is executed when the node Line 74  The Lisp code is executed when the node
74    :group 'info)    :group 'info)
75    
76  (defface info-xref  (defface info-xref
77    '((((class color) (background light)) (:foreground "magenta4" :bold t))    '((((class color) (background light)) (:foreground "magenta4" :weight bold))
78      (((class color) (background dark)) (:foreground "cyan" :bold t))      (((class color) (background dark)) (:foreground "cyan" :weight bold))
79      (t (:bold t)))      (t (:weight bold)))
80    "Face for Info cross-references."    "Face for Info cross-references."
81    :group 'info)    :group 'info)
82    

Legend:
Removed from v.1.292  
changed lines
  Added in v.1.293

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