Function: tab-bar-separator
tab-bar-separator is a byte-compiled function defined in
tab-bar.el.gz.
Signature
(tab-bar-separator)
Documentation
Separator between tabs.
Source Code
;; Defined in /usr/src/emacs/lisp/tab-bar.el.gz
(defun tab-bar-separator ()
"Separator between tabs."
(or tab-bar-separator (if (window-system) " " "|")))