aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuri Linkov2005-09-29 22:56:22 +0000
committerJuri Linkov2005-09-29 22:56:22 +0000
commitdaf96a41a4d38fdc961bc4d5442a45634c314a79 (patch)
tree1b1d662a771f6f89ff6f670147f59bd1923caa80
parent92cc4a30314e628d70853e3a5df6c400f9dba813 (diff)
downloademacs-daf96a41a4d38fdc961bc4d5442a45634c314a79.tar.gz
emacs-daf96a41a4d38fdc961bc4d5442a45634c314a79.zip
(tooltip): Add group `basic-faces'.
-rw-r--r--lisp/tooltip.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/tooltip.el b/lisp/tooltip.el
index 25032f69c4e..1bbdd6d37a0 100644
--- a/lisp/tooltip.el
+++ b/lisp/tooltip.el
@@ -113,7 +113,8 @@ position to pop up the tooltip."
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."