1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

; * lisp/tab-line.el (tab-line-cache-key-function): Fix docstring (bug#57848).

This commit is contained in:
Juri Linkov 2022-11-10 20:35:58 +02:00
parent 53f25609fc
commit 2e8551c076

View file

@ -585,8 +585,8 @@ For use in `tab-line-tab-face-functions'."
(defvar tab-line-cache-key-function #'tab-line-cache-key-default
"Function that adds more cache keys.
It has one argument with a list of tabs, and returns a list of cache keys.
You can use `add-function' to add more cache keys.")
It is called with one argument, a list of tabs, and should return a list
of cache keys. You can use `add-function' to add more cache keys.")
(defun tab-line-format ()
"Format for displaying the tab line of the selected window."