* info.el (Info-title-1-face, Info-title-2-face)
(Info-title-3-face): Define colors for tty's.
+ (info-header-node): Remove unneded tty-specific definition.
2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
:group 'info)
(defface info-header-node
- '(;; Because header-lines on tty's are usually reverse-video, the
- ;; normal info-node colors probably won't look good, so just stick
- ;; with bold-italic
- (((type tty) (class color)) (:bold t :italic t))
- (t (:inherit info-node)))
+ '((t (:inherit info-node)))
"Face for Info nodes in a node header."
:group 'info)