aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/frames.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/emacs/frames.texi b/doc/emacs/frames.texi
index f93c5b168b1..452c167c726 100644
--- a/doc/emacs/frames.texi
+++ b/doc/emacs/frames.texi
@@ -1282,6 +1282,10 @@ runs @code{find-file-other-tab}. @xref{Visiting}.
1282@item C-x 6 d @var{directory} @key{RET} 1282@item C-x 6 d @var{directory} @key{RET}
1283Select a Dired buffer for directory @var{directory} in another tab. 1283Select a Dired buffer for directory @var{directory} in another tab.
1284This runs @code{dired-other-tab}. @xref{Dired}. 1284This runs @code{dired-other-tab}. @xref{Dired}.
1285@item C-x 6 r @var{tabname} @key{RET}
1286Renames the current tab to @var{tabname}. You can control the
1287programmatic name given to a tab by default by customizing the
1288variable @code{tab-bar-tab-name-function}.
1285@end table 1289@end table
1286 1290
1287@vindex tab-bar-new-tab-choice 1291@vindex tab-bar-new-tab-choice