]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/tooltip.el (tooltip): Restore group that was not "redundant".
authorGlenn Morris <rgm@gnu.org>
Fri, 12 Mar 2021 16:57:26 +0000 (08:57 -0800)
committerGlenn Morris <rgm@gnu.org>
Fri, 12 Mar 2021 16:57:26 +0000 (08:57 -0800)
lisp/tooltip.el

index 293c0343956d5ac8595aa7f87e952734e5a752e1..03d9f54ea6c6d994191cac26dd3f83d1628dc3ef 100644 (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