comparison lisp/info.el @ 31755:e3d01cb9b018

(info-header-node): Tweak for color ttys.
author Miles Bader <miles@gnu.org>
date Wed, 20 Sep 2000 08:44:46 +0000
parents c7b40c9887c9
children 460c3cd7b368
comparison
equal deleted inserted replaced
31754:5c9c08a66da8 31755:e3d01cb9b018
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 '((t (:inherit info-node))) 100 '(;; Because header-lines on tty's are usually reverse-video, the
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)))
101 "Face for Info nodes in a node header." 105 "Face for Info nodes in a node header."
102 :group 'info) 106 :group 'info)
103 107
104 (defvar Info-directory-list nil 108 (defvar Info-directory-list nil
105 "List of directories to search for Info documentation files. 109 "List of directories to search for Info documentation files.