aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2021-03-12 08:57:26 -0800
committerGlenn Morris2021-03-12 08:57:26 -0800
commit8ea2f84402453103829c8ba269e4038f6e72ebc6 (patch)
tree222f6182c9c77c50c1f269e4b7536946518405cf
parent1feddd35abb3b3a1ac4b63c24de53d491d596ba0 (diff)
downloademacs-8ea2f84402453103829c8ba269e4038f6e72ebc6.tar.gz
emacs-8ea2f84402453103829c8ba269e4038f6e72ebc6.zip
* lisp/tooltip.el (tooltip): Restore group that was not "redundant".
-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."
135 135
136When using the GTK toolkit, this face will only be used if 136When using the GTK toolkit, this face will only be used if
137`x-gtk-use-system-tooltips' is non-nil." 137`x-gtk-use-system-tooltips' is non-nil."
138 :group 'tooltip
138 :group 'basic-faces) 139 :group 'basic-faces)
139 140
140(defcustom tooltip-use-echo-area nil 141(defcustom tooltip-use-echo-area nil