aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJuri Linkov2020-04-21 02:23:35 +0300
committerJuri Linkov2020-04-21 02:23:35 +0300
commit692ad40539805e435a16b90067fa5917e4fea9f8 (patch)
tree13ca872e6fd6c763ad6b8a6bd10d91c7e8410575 /etc
parent05089a4d65831c5e873956f5f2d92a3d5672d405 (diff)
downloademacs-692ad40539805e435a16b90067fa5917e4fea9f8.tar.gz
emacs-692ad40539805e435a16b90067fa5917e4fea9f8.zip
Improve the documentation of tab-bar and tab-line
* doc/emacs/frames.texi (Tab Bars): Add xref to "Tab Line". Document more commands. * doc/emacs/windows.texi (Windows): * doc/emacs/emacs.texi (Top): Add "Tab Line" menu. * doc/emacs/windows.texi (Window Convenience): Move tab-line documentation to new node "Tab Line". (Tab Line): New node. * doc/emacs/glossary.texi (Glossary): * doc/emacs/modes.texi (Minor Modes): * doc/emacs/display.texi (Standard Faces): Add xref to "Tab Line".
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS12
1 files changed, 10 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 091c831e9d6..fe8a8d8775b 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2720,8 +2720,8 @@ left to higher-level functions.
2720+++ 2720+++
2721*** Tab Bar mode 2721*** Tab Bar mode
2722The new command 'tab-bar-mode' enables the tab bar at the top of each 2722The new command 'tab-bar-mode' enables the tab bar at the top of each
2723frame, where you can use tabs to switch between named persistent 2723frame (including TTY frames), where you can use tabs to switch between
2724window configurations. 2724named persistent window configurations.
2725 2725
2726The 'C-x t' sequence is the new prefix key for tab-related commands: 2726The 'C-x t' sequence is the new prefix key for tab-related commands:
2727'C-x t 2' creates a new tab; 'C-x t 0' deletes the current tab; 2727'C-x t 2' creates a new tab; 'C-x t 0' deletes the current tab;
@@ -2738,6 +2738,11 @@ when its value is "on", "yes" or "1".
2738 2738
2739The user option 'tab-bar-position' specifies where to show the tab bar. 2739The user option 'tab-bar-position' specifies where to show the tab bar.
2740 2740
2741Tab-related commands can be used even without the tab bar when
2742'tab-bar-mode' is disabled by a nil value of the user option
2743'tab-bar-show'. Without the tab bar you can switch between tabs
2744using completion on tab names, or using 'tab-switcher'.
2745
2741Read the new Info node "(emacs) Tab Bars" for full description 2746Read the new Info node "(emacs) Tab Bars" for full description
2742of all related features. 2747of all related features.
2743 2748
@@ -2752,6 +2757,9 @@ a repeat count. Clicking on the plus icon adds a new buffer to the
2752window-local tab line of buffers. Using the mouse wheel on the tab 2757window-local tab line of buffers. Using the mouse wheel on the tab
2753line scrolls tabs. 2758line scrolls tabs.
2754 2759
2760Read the new Info node "(emacs) Tab Line" for full description
2761of all related features.
2762
2755+++ 2763+++
2756** fileloop.el lets one setup multifile operations like search&replace. 2764** fileloop.el lets one setup multifile operations like search&replace.
2757 2765