]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/emacs/frames.texi (Tab Bars): Reorder toggle-frame-tab-bar.
authorJuri Linkov <juri@linkov.net>
Thu, 4 Nov 2021 17:33:31 +0000 (19:33 +0200)
committerJuri Linkov <juri@linkov.net>
Thu, 4 Nov 2021 17:33:31 +0000 (19:33 +0200)
doc/emacs/frames.texi
etc/NEWS

index 8cf7568fc8916ab250ac61cf8647174e92c2e1cf..ebb68ee89b5cbcf04c3c9f92249bd418ead2906b 100644 (file)
@@ -1316,11 +1316,6 @@ command applies to all frames, including frames yet to be created.  To
 control the use of tab bars at startup, customize the variable
 @code{tab-bar-mode} and save your customization.
 
-@findex toggle-frame-tab-bar
-  To toggle the use of the Tab Bar only on the selected frame, type
-@kbd{M-x toggle-frame-tab-bar}.  This command allows to enable the
-display of the Tab Bar on some frames and disable it on others.
-
 @vindex tab-bar-show
   The variable @code{tab-bar-show} controls whether the Tab Bar mode
 is turned on automatically.  If the value is @code{t}, then
@@ -1338,7 +1333,13 @@ Bar by using commands @kbd{M-x tab-new}, @kbd{M-x tab-close}, etc.
 
   Note that a numerical value of @code{tab-bar-show} can cause the Tab
 Bar to be displayed on some frames, but not on others, depending on
-the number of tabs defined on each frame.
+the number of tabs created on each frame.
+
+@findex toggle-frame-tab-bar
+  To toggle the use of the Tab Bar only on the selected frame, type
+@kbd{M-x toggle-frame-tab-bar}.  This command allows to enable the
+display of the Tab Bar on some frames and disable it on others,
+regardless of the values of @code{tab-bar-mode} and @code{tab-bar-show}.
 
 @kindex C-x t
   The prefix key @kbd{C-x t} is analogous to @kbd{C-x 5}.
index a502f117aad3cb872e9a8588bfae6515c53ea05b..cc4cdfe5b6710cbb4f2c71adcd5f8dfd0974e0cc 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -487,13 +487,13 @@ with items that operate on the clicked tab.  Dragging the tab with
 scrolling switches to the previous/next tab, and holding the Shift key
 during scrolling moves the tab to the left/right.
 
----
++++
 *** Frame-specific appearance of the tab bar when 'tab-bar-show' is a number.
 When 'tab-bar-show' is a number, the tab bar on different frames can
 be shown or hidden independently, as determined by the number of tabs
 on each frame compared to the numerical value of 'tab-bar-show'.
 
----
++++
 *** New command 'toggle-frame-tab-bar'.
 It can be used to enable/disable the tab bar on the currently selected
 frame regardless of the values of 'tab-bar-mode' and 'tab-bar-show'.