aboutsummaryrefslogtreecommitdiffstats
path: root/etc/NEWS
diff options
context:
space:
mode:
authorJuri Linkov2019-10-01 23:01:08 +0300
committerJuri Linkov2019-10-01 23:01:08 +0300
commit3f981a0a89bca47a207fb362485f07e7322bb145 (patch)
tree95001fa93b9693684108dd114da2a0232640e32e /etc/NEWS
parent457a7edb4784869079eac2a47d2dc1738332c07a (diff)
downloademacs-feature/tabs.tar.gz
emacs-feature/tabs.zip
Remove unused code and reformat to 70 columns.feature/tabs
Diffstat (limited to 'etc/NEWS')
-rw-r--r--etc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index f824eccaefc..c65e811fe57 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1885,7 +1885,7 @@ good replacement, even in very large source files.
1885 1885
1886** 'tab-bar-mode' enables the tab-bar at the top of each frame, 1886** 'tab-bar-mode' enables the tab-bar at the top of each frame,
1887to switch named persistent window configurations in it using tabs. 1887to switch named persistent window configurations in it using tabs.
1888New tab-based keybindings (similar to frame-based): 1888New tab-based keybindings (similar to frame-based commands):
1889'C-x 6 2' creates a new tab; 1889'C-x 6 2' creates a new tab;
1890'C-x 6 0' deletes the current tab; 1890'C-x 6 0' deletes the current tab;
1891'C-x 6 b' switches to buffer in another tab; 1891'C-x 6 b' switches to buffer in another tab;
@@ -1897,7 +1897,7 @@ Also it's possible to switch named persistent window configurations
1897without having graphical access to the tab-bar, even on a tty 1897without having graphical access to the tab-bar, even on a tty
1898or when 'tab-bar-mode' is disabled, with these commands: 1898or when 'tab-bar-mode' is disabled, with these commands:
1899'tab-new' creates a new window configuration; 1899'tab-new' creates a new window configuration;
1900'tab-delete' deletes the current window configuration; 1900'tab-close' deletes the current window configuration;
1901'tab-select' switches to the window configuration by its name; 1901'tab-select' switches to the window configuration by its name;
1902'tab-previous' switches to the previous window configuration; 1902'tab-previous' switches to the previous window configuration;
1903'tab-next' switches to the next window configuration; 1903'tab-next' switches to the next window configuration;