]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/tab-line.el (tab-line-cache-key-function): Fix docstring (bug#57848).
authorJuri Linkov <juri@linkov.net>
Thu, 10 Nov 2022 18:35:58 +0000 (20:35 +0200)
committerJuri Linkov <juri@linkov.net>
Thu, 10 Nov 2022 18:35:58 +0000 (20:35 +0200)
lisp/tab-line.el

index e5e5b7b2ec75d49b6de46fb22cf94458bc129cae..99a785ee3e372d0fd1967a6770e94348d06fd8da 100644 (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."