changeset 10783:bb2d929daaa3

(Fmake_terminal_frame): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sun, 19 Feb 1995 19:08:38 +0000
parents 806b3e3fd93c
children fdc9df3761d8
files src/frame.c
diffstat 1 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/frame.c	Sat Feb 18 23:56:09 1995 +0000
+++ b/src/frame.c	Sun Feb 19 19:08:38 1995 +0000
@@ -353,7 +353,12 @@
 }
 
 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;
 {