Mercurial > emacs
diff lispref/frames.texi @ 77006:1f4b88ab053d
Improve index entries. Remove redundant/useless ones.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Sat, 07 Apr 2007 02:06:21 +0000 |
| parents | fc9d442f98d2 |
| children | b5eba5af1ddd 4ef881a120fe |
line wrap: on
line diff
--- a/lispref/frames.texi Sat Apr 07 02:05:41 2007 +0000 +++ b/lispref/frames.texi Sat Apr 07 02:06:21 2007 +0000 @@ -927,7 +927,7 @@ @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 @@ @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 @@ @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 @@ 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 @@ @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 @@ @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
