Function: tab-bar-tab-name-format-mouse-face

tab-bar-tab-name-format-mouse-face is a byte-compiled function defined in tab-bar.el.gz.

Signature

(tab-bar-tab-name-format-mouse-face NAME TAB I)

Documentation

Apply the mouse-face tab-bar-tab-highlight to the tab name.

Source Code

;; Defined in /usr/src/emacs/lisp/tab-bar.el.gz
(defun tab-bar-tab-name-format-mouse-face (name _tab _i)
  "Apply the `mouse-face' `tab-bar-tab-highlight' to the tab name."
  (propertize name 'mouse-face 'tab-bar-tab-highlight))