summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-02-26 05:46:26 +0100
committerStefan Kangas <stefan@marxist.se>2021-02-26 05:46:26 +0100
commit7a23915618816ccdda03823412991e77003e3e1b (patch)
tree239c400aebfaf039e20c65288b8f22c260782337
parentc4bbe02cc48f781a31d1709b61fcd218c5eb8b43 (diff)
downloademacs-7a23915618816ccdda03823412991e77003e3e1b.tar.gz
* lisp/tooltip.el (tooltip): Doc fix for GTK.
-rw-r--r--lisp/tooltip.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/tooltip.el b/lisp/tooltip.el
index 4a37e404b26..bb53a138d84 100644
--- a/lisp/tooltip.el
+++ b/lisp/tooltip.el
@@ -138,7 +138,10 @@ of the `tooltip' face are used instead."
:inherit variable-pitch)
(t
:inherit variable-pitch))
- "Face for tooltips."
+ "Face for tooltips.
+
+When using the GTK toolkit, this face will only be used if
+`x-gtk-use-system-tooltips' is non-nil."
:group 'tooltip
:group 'basic-faces)