mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-12 08:46:36 -04:00
* lisp/tooltip.el (tooltip): Doc fix for GTK.
This commit is contained in:
parent
c4bbe02cc4
commit
7a23915618
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue