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:
parent
53f25609fc
commit
2e8551c076
1 changed files with 2 additions and 2 deletions
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue