From d94c5870c07d07a460a4512395353824ad1af23a Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 1 Dec 2022 17:34:26 +0200 Subject: [PATCH] ; * lisp/tab-bar.el (tab-bar-change-tab-group): Doc fix. --- lisp/tab-bar.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/tab-bar.el b/lisp/tab-bar.el index 2f8e8b29348..cba213d45da 100644 --- a/lisp/tab-bar.el +++ b/lisp/tab-bar.el @@ -1941,7 +1941,7 @@ If GROUP-NAME is the empty string, then remove the tab from any group. While using this command, you might also want to replace `tab-bar-format-tabs' with `tab-bar-format-tabs-groups' in `tab-bar-format' to group tabs on the tab bar. -At the end it runs the hook `tab-bar-tab-post-change-group-functions'." +Runs the hook `tab-bar-tab-post-change-group-functions' at the end." (interactive (let* ((tabs (funcall tab-bar-tabs-function)) (tab-number (or current-prefix-arg -- 2.39.5