comparison lisp/tooltip.el @ 65732:cd8e6d86c531

(tooltip): Add group `basic-faces'.
author Juri Linkov <juri@jurta.org>
date Thu, 29 Sep 2005 22:56:22 +0000
parents 1cb15495a842
children 834a001192cb b1c1fc853d2f
comparison
equal deleted inserted replaced
65731:36c67f52422a 65732:cd8e6d86c531
111 :foreground "black" 111 :foreground "black"
112 :inherit variable-pitch) 112 :inherit variable-pitch)
113 (t 113 (t
114 :inherit variable-pitch)) 114 :inherit variable-pitch))
115 "Face for tooltips." 115 "Face for tooltips."
116 :group 'tooltip) 116 :group 'tooltip
117 :group 'basic-faces)
117 118
118 (defcustom tooltip-use-echo-area nil 119 (defcustom tooltip-use-echo-area nil
119 "Use the echo area instead of tooltip frames for help and GUD tooltips." 120 "Use the echo area instead of tooltip frames for help and GUD tooltips."
120 :type 'boolean 121 :type 'boolean
121 :tag "Use echo area" 122 :tag "Use echo area"