projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2848623
)
* lisp/frame.el (make-frame-command): Doc fix. (Bug#34715)
author
Eli Zaretskii
<eliz@gnu.org>
Fri, 8 Mar 2019 09:45:55 +0000
(11:45 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Fri, 8 Mar 2019 09:45:55 +0000
(11:45 +0200)
lisp/frame.el
patch
|
blob
|
history
diff --git
a/lisp/frame.el
b/lisp/frame.el
index 545d2665365bf6610eeeeecfb68847ff34b3001d..9438b4a72edb4e4046ab1303a9a4316d8b4863e4 100644
(file)
--- a/
lisp/frame.el
+++ b/
lisp/frame.el
@@
-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)