mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-13 09:16:35 -04:00
* lisp/frame.el (make-frame-command): Doc fix. (Bug#34715)
This commit is contained in:
parent
2848623420
commit
f1bddc7823
|
|
@ -597,7 +597,9 @@ If DISPLAY is nil, that stands for the selected frame's display."
|
|||
(defun make-frame-command ()
|
||||
"Make a new frame, on the same terminal as the selected frame.
|
||||
If the terminal is a text-only terminal, this also selects the
|
||||
new frame."
|
||||
new frame.
|
||||
|
||||
When called from Lisp, returns the new frame."
|
||||
(interactive)
|
||||
(if (display-graphic-p)
|
||||
(make-frame)
|
||||
|
|
|
|||
Loading…
Reference in a new issue