From: Richard M. Stallman Date: Wed, 12 Jul 2006 16:10:27 +0000 (+0000) Subject: (Frame Type): Explain nature of frames better. X-Git-Tag: emacs-pretest-22.0.90~1480 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0c1cf12271ac2ffca1cabbb180e7d5257858ca7d;p=emacs.git (Frame Type): Explain nature of frames better. --- diff --git a/lispref/objects.texi b/lispref/objects.texi index ec4f30076c4..3b51b96c780 100644 --- a/lispref/objects.texi +++ b/lispref/objects.texi @@ -1442,10 +1442,9 @@ in any given window can change frequently. @node Frame Type @subsection Frame Type - A @dfn{frame} is a rectangle on the screen that contains one or more -Emacs windows. A frame initially contains a single main window (plus -perhaps a minibuffer window) which you can subdivide vertically or -horizontally into smaller windows. + A @dfn{frame} is a screen area that contains one or more Emacs +windows; we also use the term ``frame'' to refer to the Lisp object +that Emacs uses to refer to the screen area. Frames have no read syntax. They print in hash notation, giving the frame's title, plus its address in core (useful to identify the frame