comparison lisp/info.el @ 32566:f7ed7c88b2ed

(info-header-node): Remove unneded tty-specific definition.
author Eli Zaretskii <eliz@gnu.org>
date Tue, 17 Oct 2000 07:47:27 +0000
parents 90d5ec551e5d
children 541dabe224ec
comparison
equal deleted inserted replaced
32565:37d5eb3558fb 32566:f7ed7c88b2ed
95 '((t (:inherit info-xref))) 95 '((t (:inherit info-xref)))
96 "Face for Info cross-references in a node header." 96 "Face for Info cross-references in a node header."
97 :group 'info) 97 :group 'info)
98 98
99 (defface info-header-node 99 (defface info-header-node
100 '(;; Because header-lines on tty's are usually reverse-video, the 100 '((t (:inherit info-node)))
101 ;; normal info-node colors probably won't look good, so just stick
102 ;; with bold-italic
103 (((type tty) (class color)) (:bold t :italic t))
104 (t (:inherit info-node)))
105 "Face for Info nodes in a node header." 101 "Face for Info nodes in a node header."
106 :group 'info) 102 :group 'info)
107 103
108 (defvar Info-directory-list nil 104 (defvar Info-directory-list nil
109 "List of directories to search for Info documentation files. 105 "List of directories to search for Info documentation files.