emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 d94c5870c0 1/4: ; * lisp/tab-bar.el (tab-bar-change-tab-group):


From: Eli Zaretskii
Subject: emacs-29 d94c5870c0 1/4: ; * lisp/tab-bar.el (tab-bar-change-tab-group): Doc fix.
Date: Thu, 1 Dec 2022 13:17:03 -0500 (EST)

branch: emacs-29
commit d94c5870c07d07a460a4512395353824ad1af23a
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * 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 2f8e8b2934..cba213d45d 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]