1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-08 04:30:45 -08:00

(Frame Type): Explain nature of frames better.

This commit is contained in:
Richard M. Stallman 2006-07-12 16:10:27 +00:00
parent cdbd53be7f
commit 0c1cf12271

View file

@ -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