summaryrefslogtreecommitdiff
path: root/doc/emacs
diff options
context:
space:
mode:
authorJuri Linkov <juri@linkov.net>2019-12-04 01:33:36 +0200
committerJuri Linkov <juri@linkov.net>2019-12-04 01:33:36 +0200
commit8f2267c87bc96d6301aadeda66b870a61a0433e8 (patch)
tree0d130d4a2641b7d12a40555e137dd781badf257d /doc/emacs
parent54f9acd7c98b239068719327868e6980654ea80d (diff)
downloademacs-8f2267c87bc96d6301aadeda66b870a61a0433e8.tar.gz
* lisp/tab-bar.el (tab-bar-move-tab-to-frame): New command (bug#38354)
(tab-bar-tabs, tab-bar--tab): Add optional arg FRAME. (tab-bar-get-buffer-tab): Funcall tab-bar-tabs-function with arg FRAME instead of using with-selected-frame.
Diffstat (limited to 'doc/emacs')
-rw-r--r--doc/emacs/frames.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/emacs/frames.texi b/doc/emacs/frames.texi
index f6c2d239132..3a98df7de9d 100644
--- a/doc/emacs/frames.texi
+++ b/doc/emacs/frames.texi
@@ -1302,9 +1302,9 @@ variable @code{tab-bar-tab-name-function}.
@end table
@vindex tab-bar-new-tab-choice
- By default, a new tab starts with the current buffer that was
-current before calling the command that adds a new tab. To start a
-new tab with other buffers, customize the variable
+ By default, a new tab starts with the buffer that was
+current before calling the command that adds a new tab.
+To start a new tab with other buffers, customize the variable
@code{tab-bar-new-tab-choice}.
The following commands are used to delete and operate on tabs: