aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2006-07-12 16:09:36 +0000
committerRichard M. Stallman2006-07-12 16:09:36 +0000
commit6dec797eaae8932c3cf1f742db4d8c20bd50e323 (patch)
tree6e48accb57fde1e02e44d9b3e2e36fa61ac3c2f6
parent9aa9b967b95678f96cdbbeeae61c8b29bf7fc589 (diff)
downloademacs-6dec797eaae8932c3cf1f742db4d8c20bd50e323.tar.gz
emacs-6dec797eaae8932c3cf1f742db4d8c20bd50e323.zip
(Frames): Explain nature of frames better.
-rw-r--r--lispref/frames.texi14
1 files changed, 10 insertions, 4 deletions
diff --git a/lispref/frames.texi b/lispref/frames.texi
index 09b0df1615c..427b2fd710c 100644
--- a/lispref/frames.texi
+++ b/lispref/frames.texi
@@ -8,10 +8,16 @@
8@chapter Frames 8@chapter Frames
9@cindex frame 9@cindex frame
10 10
11 A @dfn{frame} is a rectangle on the screen that contains one or more 11 In Emacs editing, A @dfn{frame} is a screen objec that contains one
12Emacs windows. A frame initially contains a single main window (plus 12or more Emacs windows. It's the kind of object that is called a
13perhaps a minibuffer window), which you can subdivide vertically or 13``window'' in the terminology of graphical environments; but we can't
14horizontally into smaller windows. 14call it a ``window'' here, because Emacs uses that word in a different
15way.
16
17 A frame initially contains a single main window and/or a minibuffer
18window; you can subdivide the main window vertically or horizontally
19into smaller windows. In Emacs Lisp, a @dfn{frame object} is a Lisp
20object that represents a frame on the screen.
15 21
16@cindex terminal frame 22@cindex terminal frame
17 When Emacs runs on a text-only terminal, it starts with one 23 When Emacs runs on a text-only terminal, it starts with one