* lisp/tooltip.el (tooltip): Doc fix for GTK.
This commit is contained in:
parent
c4bbe02cc4
commit
7a23915618
1 changed files with 4 additions and 1 deletions
|
@ -138,7 +138,10 @@ of the `tooltip' face are used instead."
|
||||||
:inherit variable-pitch)
|
:inherit variable-pitch)
|
||||||
(t
|
(t
|
||||||
:inherit variable-pitch))
|
: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 'tooltip
|
||||||
:group 'basic-faces)
|
:group 'basic-faces)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue