aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/frames.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/lispref/frames.texi')
-rw-r--r--doc/lispref/frames.texi32
1 files changed, 16 insertions, 16 deletions
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi
index 9994210bd17..7dfe3242c5d 100644
--- a/doc/lispref/frames.texi
+++ b/doc/lispref/frames.texi
@@ -85,26 +85,26 @@ is the same as for @code{framep} above.
85* Frame Parameters:: Controlling frame size, position, font, etc. 85* Frame Parameters:: Controlling frame size, position, font, etc.
86* Terminal Parameters:: Parameters common for all frames on terminal. 86* Terminal Parameters:: Parameters common for all frames on terminal.
87* Frame Titles:: Automatic updating of frame titles. 87* Frame Titles:: Automatic updating of frame titles.
88* Deleting Frames:: Frames last until explicitly deleted. 88* Deleting Frames:: Frames last until explicitly deleted.
89* Finding All Frames:: How to examine all existing frames. 89* Finding All Frames:: How to examine all existing frames.
90* Frames and Windows:: A frame contains windows; 90* Frames and Windows:: A frame contains windows;
91 display of text always works through windows. 91 display of text always works through windows.
92* Minibuffers and Frames:: How a frame finds the minibuffer to use. 92* Minibuffers and Frames:: How a frame finds the minibuffer to use.
93* Input Focus:: Specifying the selected frame. 93* Input Focus:: Specifying the selected frame.
94* Visibility of Frames:: Frames may be visible or invisible, or icons. 94* Visibility of Frames:: Frames may be visible or invisible, or icons.
95* Raising and Lowering:: Raising a frame makes it hide other windows; 95* Raising and Lowering:: Raising a frame makes it hide other windows;
96 lowering it makes the others hide it. 96 lowering it makes the others hide it.
97* Frame Configurations:: Saving the state of all frames. 97* Frame Configurations:: Saving the state of all frames.
98* Mouse Tracking:: Getting events that say when the mouse moves. 98* Mouse Tracking:: Getting events that say when the mouse moves.
99* Mouse Position:: Asking where the mouse is, or moving it. 99* Mouse Position:: Asking where the mouse is, or moving it.
100* Pop-Up Menus:: Displaying a menu for the user to select from. 100* Pop-Up Menus:: Displaying a menu for the user to select from.
101* Dialog Boxes:: Displaying a box to ask yes or no. 101* Dialog Boxes:: Displaying a box to ask yes or no.
102* Pointer Shape:: Specifying the shape of the mouse pointer. 102* Pointer Shape:: Specifying the shape of the mouse pointer.
103* Window System Selections:: Transferring text to and from other X clients. 103* Window System Selections:: Transferring text to and from other X clients.
104* Drag and Drop:: Internals of Drag-and-Drop implementation. 104* Drag and Drop:: Internals of Drag-and-Drop implementation.
105* Color Names:: Getting the definitions of color names. 105* Color Names:: Getting the definitions of color names.
106* Text Terminal Colors:: Defining colors for text-only terminals. 106* Text Terminal Colors:: Defining colors for text-only terminals.
107* Resources:: Getting resource values from the server. 107* Resources:: Getting resource values from the server.
108* Display Feature Testing:: Determining the features of a terminal. 108* Display Feature Testing:: Determining the features of a terminal.
109@end menu 109@end menu
110 110
@@ -343,7 +343,7 @@ variables. @xref{Frame-Local Variables}.
343 343
344@menu 344@menu
345* Parameter Access:: How to change a frame's parameters. 345* Parameter Access:: How to change a frame's parameters.
346* Initial Parameters:: Specifying frame parameters when you make a frame. 346* Initial Parameters:: Specifying frame parameters when you make a frame.
347* Window Frame Parameters:: List of frame parameters for window systems. 347* Window Frame Parameters:: List of frame parameters for window systems.
348* Size and Position:: Changing the size and position of a frame. 348* Size and Position:: Changing the size and position of a frame.
349* Geometry:: Parsing geometry specifications. 349* Geometry:: Parsing geometry specifications.