* lisp/tooltip.el (tooltip): Doc fix for GTK.

This commit is contained in:
Stefan Kangas 2021-02-26 05:46:26 +01:00
parent c4bbe02cc4
commit 7a23915618

View file

@ -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)