summaryrefslogtreecommitdiff
path: root/lisp/tooltip.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2021-03-12 08:57:26 -0800
committerGlenn Morris <rgm@gnu.org>2021-03-12 08:57:26 -0800
commit8ea2f84402453103829c8ba269e4038f6e72ebc6 (patch)
tree222f6182c9c77c50c1f269e4b7536946518405cf /lisp/tooltip.el
parent1feddd35abb3b3a1ac4b63c24de53d491d596ba0 (diff)
downloademacs-8ea2f84402453103829c8ba269e4038f6e72ebc6.tar.gz
* lisp/tooltip.el (tooltip): Restore group that was not "redundant".
Diffstat (limited to 'lisp/tooltip.el')
-rw-r--r--lisp/tooltip.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/tooltip.el b/lisp/tooltip.el
index 293c0343956..03d9f54ea6c 100644
--- a/lisp/tooltip.el
+++ b/lisp/tooltip.el
@@ -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