From 0c1cf12271ac2ffca1cabbb180e7d5257858ca7d Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 12 Jul 2006 16:10:27 +0000 Subject: [PATCH] (Frame Type): Explain nature of frames better. --- lispref/objects.texi | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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 -- 2.39.2