* lisp/tooltip.el (tooltip): Restore group that was not "redundant".

This commit is contained in:
Glenn Morris 2021-03-12 08:57:26 -08:00
parent 1feddd35ab
commit 8ea2f84402

View file

@ -135,6 +135,7 @@ of the `tooltip' face are used instead."
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)
(defcustom tooltip-use-echo-area nil