diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/frames.texi | 4 |
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} |
| 1283 | Select a Dired buffer for directory @var{directory} in another tab. | 1283 | Select a Dired buffer for directory @var{directory} in another tab. |
| 1284 | This runs @code{dired-other-tab}. @xref{Dired}. | 1284 | This runs @code{dired-other-tab}. @xref{Dired}. |
| 1285 | @item C-x 6 r @var{tabname} @key{RET} | ||
| 1286 | Renames the current tab to @var{tabname}. You can control the | ||
| 1287 | programmatic name given to a tab by default by customizing the | ||
| 1288 | variable @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 |