summaryrefslogtreecommitdiff
path: root/lispref/frames.texi
diff options
context:
space:
mode:
Diffstat (limited to 'lispref/frames.texi')
-rw-r--r--lispref/frames.texi16
1 files changed, 7 insertions, 9 deletions
diff --git a/lispref/frames.texi b/lispref/frames.texi
index 5699c8f410c..1bad33cdb4e 100644
--- a/lispref/frames.texi
+++ b/lispref/frames.texi
@@ -927,7 +927,7 @@ while processing @code{frame-title-format} or
@node Deleting Frames
@section Deleting Frames
-@cindex deletion of frames
+@cindex deleting frames
Frames remain potentially visible until you explicitly @dfn{delete}
them. A deleted frame cannot appear on the screen, but continues to
@@ -959,7 +959,7 @@ calls the function @code{delete-frame}. @xref{Misc Events}.
@node Finding All Frames
@section Finding All Frames
-@cindex finding all frames
+@cindex frames, scanning all
@defun frame-list
The function @code{frame-list} returns a list of all the frames that
@@ -1081,7 +1081,7 @@ Displays}.
@node Input Focus
@section Input Focus
@cindex input focus
-@cindex selected frame
+@c @cindex selected frame Duplicates selected-frame
At any time, one frame in Emacs is the @dfn{selected frame}. The selected
window always resides on the selected frame.
@@ -1264,7 +1264,7 @@ to ``lowest.'' Where two windows overlap, the one higher up covers
the one underneath. Even a window at the bottom of the stack can be
seen if no other window overlaps it.
-@cindex raising a frame
+@c @cindex raising a frame redundant with raise-frame
@cindex lowering a frame
A window's place in this ordering is not fixed; in fact, users tend
to change the order frequently. @dfn{Raising} a window means moving
@@ -1319,14 +1319,14 @@ unwanted frames are iconified instead.
@node Mouse Tracking
@section Mouse Tracking
@cindex mouse tracking
-@cindex tracking the mouse
+@c @cindex tracking the mouse Duplicates track-mouse
-Sometimes it is useful to @dfn{track} the mouse, which means to display
+ Sometimes it is useful to @dfn{track} the mouse, which means to display
something to indicate where the mouse is and move the indicator as the
mouse moves. For efficient mouse tracking, you need a way to wait until
the mouse actually moves.
-The convenient way to track the mouse is to ask for events to represent
+ The convenient way to track the mouse is to ask for events to represent
mouse motion. Then you can wait for motion by waiting for an event. In
addition, you can easily handle any other sorts of events that may
occur. That is useful, because normally you don't want to track the
@@ -2019,8 +2019,6 @@ a mouse.
@end defun
@defun display-graphic-p &optional display
-@cindex frames, more than one on display
-@cindex fonts, more than one on display
This function returns @code{t} if @var{display} is a graphic display
capable of displaying several frames and several different fonts at
once. This is true for displays that use a window system such as X, and