emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 39a438d693d: ; * lisp/frame.el (clone-frame): Doc fix (bug#74750)


From: Eli Zaretskii
Subject: master 39a438d693d: ; * lisp/frame.el (clone-frame): Doc fix (bug#74750).
Date: Tue, 17 Dec 2024 06:59:47 -0500 (EST)

branch: master
commit 39a438d693daeb2e770f8a30c7a02e4039bf0036
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * lisp/frame.el (clone-frame): Doc fix (bug#74750).
---
 lisp/frame.el | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/lisp/frame.el b/lisp/frame.el
index 02f3f9f9dae..62bcd3c56b0 100644
--- a/lisp/frame.el
+++ b/lisp/frame.el
@@ -862,10 +862,11 @@ When called from Lisp, returns the new frame."
 
 (defun clone-frame (&optional frame no-windows)
   "Make a new frame with the same parameters and windows as FRAME.
-With a prefix arg NO-WINDOWS, don't clone the window configuration.
-When the user option `frame-resize-pixelwise' is non-nil, and FRAME is
-not text-only, clone the originating frame's pixel size.  Otherwise, use
-the number of FRAME's columns and lines for the clone.
+If NO-WINDOWS is non-nil (interactively, the prefix argument), don't
+clone the configuration of FRAME's windows.
+If FRAME is a graphical frame and `frame-resize-pixelwise' is non-nil,
+clone FRAME's pixel size.  Otherwise, use the number of FRAME's columns
+and lines for the clone.
 
 FRAME defaults to the selected frame.  The frame is created on the
 same terminal as FRAME.  If the terminal is a text-only terminal then



reply via email to

[Prev in Thread] Current Thread [Next in Thread]