aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJuri Linkov2019-10-07 00:53:34 +0300
committerJuri Linkov2019-10-07 00:53:34 +0300
commit01465915c93d11fe26c189386d7103cf4904bf6a (patch)
tree97cff9145b5062d6bdd6d2f86d5f27edd4175320 /doc
parentd24a19779028f1fe940b43eb72e6c68d2d835bd7 (diff)
downloademacs-01465915c93d11fe26c189386d7103cf4904bf6a.tar.gz
emacs-01465915c93d11fe26c189386d7103cf4904bf6a.zip
Implement tab-close-other bound to C-x 6 1 by analogy with C-x 5 1.
* lisp/tab-bar.el (tab-close-other): New command bound to C-x 6 1. * doc/emacs/frames.texi (Tab Bars): Document it.
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/frames.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/emacs/frames.texi b/doc/emacs/frames.texi
index 869b77d86bd..169eebab3e6 100644
--- a/doc/emacs/frames.texi
+++ b/doc/emacs/frames.texi
@@ -1307,6 +1307,11 @@ Switch to another tab. If you repeat this command, it cycles through
1307all the tabs on the selected frame. With a positive numeric argument 1307all the tabs on the selected frame. With a positive numeric argument
1308N, it switches to the next Nth tab; with a negative argument −N, it 1308N, it switches to the next Nth tab; with a negative argument −N, it
1309switches back to the previous Nth tab. 1309switches back to the previous Nth tab.
1310
1311@item C-x 6 1
1312@kindex C-x 6 1
1313@findex tab-close-other
1314Close all tabs on the selected frame, except the selected one.
1310@end table 1315@end table
1311 1316
1312@node Dialog Boxes 1317@node Dialog Boxes