diff options
| author | Juri Linkov | 2024-06-24 19:57:57 +0300 |
|---|---|---|
| committer | Juri Linkov | 2024-06-24 19:57:57 +0300 |
| commit | 4a0958642d96fcd521087dc4fa54d0701797a585 (patch) | |
| tree | 987e5f857f5cdf397655fafd9ede40a7aa945ca8 | |
| parent | a769f171e7ebb8e30f198f4328d46f47fe7958fb (diff) | |
| download | emacs-4a0958642d96fcd521087dc4fa54d0701797a585.tar.gz emacs-4a0958642d96fcd521087dc4fa54d0701797a585.zip | |
* lisp/tab-bar.el (tab-bar-tab-group-face-function): Improve doc (bug#71733).
| -rw-r--r-- | lisp/tab-bar.el | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/tab-bar.el b/lisp/tab-bar.el index 6ab6324540e..3401b796cac 100644 --- a/lisp/tab-bar.el +++ b/lisp/tab-bar.el | |||
| @@ -1023,7 +1023,11 @@ It should return the formatted tab group name to display in the tab bar." | |||
| 1023 | 1023 | ||
| 1024 | (defcustom tab-bar-tab-group-face-function #'tab-bar-tab-group-face-default | 1024 | (defcustom tab-bar-tab-group-face-function #'tab-bar-tab-group-face-default |
| 1025 | "Function to define a tab group face. | 1025 | "Function to define a tab group face. |
| 1026 | Function gets one argument: a tab." | 1026 | Function gets one argument: a tab. |
| 1027 | Please note that if you customized `tab-bar-tab-face-function' | ||
| 1028 | and want to use the same faces for non-group tabs with | ||
| 1029 | `tab-bar-format-tabs-groups' as well, then you can set this | ||
| 1030 | variable to the same function." | ||
| 1027 | :type 'function | 1031 | :type 'function |
| 1028 | :group 'tab-bar | 1032 | :group 'tab-bar |
| 1029 | :version "28.1") | 1033 | :version "28.1") |