summaryrefslogtreecommitdiff
path: root/lisp/tooltip.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/tooltip.el')
-rw-r--r--lisp/tooltip.el7
1 files changed, 5 insertions, 2 deletions
diff --git a/lisp/tooltip.el b/lisp/tooltip.el
index ea5aaaa87d6..59cb3e27913 100644
--- a/lisp/tooltip.el
+++ b/lisp/tooltip.el
@@ -113,8 +113,11 @@ position to pop up the tooltip."
(defface tooltip
'((((class color))
- (:background "lightyellow" :foreground "black"))
- (t ()))
+ :background "lightyellow"
+ :foreground "black"
+ :inherit variable-pitch)
+ (t
+ :inherit variable-pitch))
"Face for tooltips."
:group 'tooltip)