emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 f1bddc7: * lisp/frame.el (make-frame-command): Do


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 f1bddc7: * lisp/frame.el (make-frame-command): Doc fix. (Bug#34715)
Date: Fri, 8 Mar 2019 04:46:59 -0500 (EST)

branch: emacs-26
commit f1bddc78230625dfd4087a0f3ae4d4f592e10672
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    * lisp/frame.el (make-frame-command): Doc fix.  (Bug#34715)
---
 lisp/frame.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/lisp/frame.el b/lisp/frame.el
index 545d266..9438b4a 100644
--- 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)



reply via email to

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