]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/tab-bar.el (tab-bar-tab-group-face-function): Improve doc (bug#71733).
authorJuri Linkov <juri@linkov.net>
Mon, 24 Jun 2024 16:57:57 +0000 (19:57 +0300)
committerEshel Yaron <me@eshelyaron.com>
Wed, 26 Jun 2024 13:31:18 +0000 (15:31 +0200)
(cherry picked from commit 4a0958642d96fcd521087dc4fa54d0701797a585)

lisp/tab-bar.el

index 6ab6324540e3506e8cbea7d6de40ba42c3eea553..3401b796cacab2987bb79d3af6c12bc1aa4ce1d0 100644 (file)
@@ -1023,7 +1023,11 @@ It should return the formatted tab group name to display in the tab bar."
 
 (defcustom tab-bar-tab-group-face-function #'tab-bar-tab-group-face-default
   "Function to define a tab group face.
-Function gets one argument: a tab."
+Function gets one argument: a tab.
+Please note that if you customized `tab-bar-tab-face-function'
+and want to use the same faces for non-group tabs with
+`tab-bar-format-tabs-groups' as well, then you can set this
+variable to the same function."
   :type 'function
   :group 'tab-bar
   :version "28.1")