From: Richard M. Stallman Date: Sun, 19 Feb 1995 19:08:38 +0000 (+0000) Subject: (Fmake_terminal_frame): Doc fix. X-Git-Tag: emacs-19.34~5075 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4bc7e3ad6211813a6f3afa7a938e718f8663035c;p=emacs.git (Fmake_terminal_frame): Doc fix. --- diff --git a/src/frame.c b/src/frame.c index 12eb303f110..57b850efb52 100644 --- a/src/frame.c +++ b/src/frame.c @@ -353,7 +353,12 @@ make_terminal_frame () } DEFUN ("make-terminal-frame", Fmake_terminal_frame, Smake_terminal_frame, - 1, 1, 0, "") + 1, 1, 0, "Create an additional terminal frame.\n\ +You can create multiple frames on a text-only terminal in this way.\n\ +Only the selected terminal frame is actually displayed.\n\ +This function takes one argument, an alist specifying frame parameters.\n\ +In practice, generally you don't need to specify any parameters.\n\ +Note that changing the size of one terminal frame automatically affects all.") (parms) Lisp_Object parms; {