diff options
author | Drew Adams <drew.adams@oracle.com> | 2021-09-01 11:42:48 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2021-09-01 11:42:48 +0200 |
commit | 2c662e6d66165db8ead2f4d19a61af521807b8ba (patch) | |
tree | fc33e2008b784bc9dcf8f561089409c1bb939117 /doc/emacs/frames.texi | |
parent | a4e3e0f89e1e06fd87e809f8b578fae59c34a9a0 (diff) | |
download | emacs-2c662e6d66165db8ead2f4d19a61af521807b8ba.tar.gz |
Add new command `clone-frame'
* doc/emacs/frames.texi (Creating Frames): Document it.
* lisp/frame.el (clone-frame): New command and keystroke (bug#34715).
Diffstat (limited to 'doc/emacs/frames.texi')
-rw-r--r-- | doc/emacs/frames.texi | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/emacs/frames.texi b/doc/emacs/frames.texi index 22f22efacac..a32181e73be 100644 --- a/doc/emacs/frames.texi +++ b/doc/emacs/frames.texi @@ -452,7 +452,14 @@ buffer to select: @item C-x 5 2 @kindex C-x 5 2 @findex make-frame-command -Create a new frame (@code{make-frame-command}). +Create a new frame using the default frame parameters +(@code{make-frame-command}). + +@item C-x 5 c +@kindex C-x 5 c +@findex clone-frame +Create a new frame using the parameters of the current frame +(@code{clone-frame}). @item C-x 5 b @var{bufname} @key{RET} Select buffer @var{bufname} in another frame. This runs |