diff options
Diffstat (limited to 'doc/lispref/elisp.texi')
| -rw-r--r-- | doc/lispref/elisp.texi | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/lispref/elisp.texi b/doc/lispref/elisp.texi index a32c69c1c2f..9044fbaec56 100644 --- a/doc/lispref/elisp.texi +++ b/doc/lispref/elisp.texi | |||
| @@ -1041,6 +1041,7 @@ Frames | |||
| 1041 | 1041 | ||
| 1042 | * Creating Frames:: Creating additional frames. | 1042 | * Creating Frames:: Creating additional frames. |
| 1043 | * Multiple Terminals:: Displaying on several different devices. | 1043 | * Multiple Terminals:: Displaying on several different devices. |
| 1044 | * Frame Geometry:: Geometric properties of frames. | ||
| 1044 | * Frame Parameters:: Controlling frame size, position, font, etc. | 1045 | * Frame Parameters:: Controlling frame size, position, font, etc. |
| 1045 | * Terminal Parameters:: Parameters common for all frames on terminal. | 1046 | * Terminal Parameters:: Parameters common for all frames on terminal. |
| 1046 | * Frame Titles:: Automatic updating of frame titles. | 1047 | * Frame Titles:: Automatic updating of frame titles. |
| @@ -1064,12 +1065,18 @@ Frames | |||
| 1064 | * Resources:: Getting resource values from the server. | 1065 | * Resources:: Getting resource values from the server. |
| 1065 | * Display Feature Testing:: Determining the features of a terminal. | 1066 | * Display Feature Testing:: Determining the features of a terminal. |
| 1066 | 1067 | ||
| 1068 | Frame Geometry | ||
| 1069 | |||
| 1070 | * Frame Layout:: Basic layout of frames. | ||
| 1071 | * Frame Font:: The default font of a frame and how to set it. | ||
| 1072 | * Size and Position:: Changing the size and position of a frame. | ||
| 1073 | * Implied Frame Resizing:: Implied resizing of frames and how to prevent it. | ||
| 1074 | |||
| 1067 | Frame Parameters | 1075 | Frame Parameters |
| 1068 | 1076 | ||
| 1069 | * Parameter Access:: How to change a frame's parameters. | 1077 | * Parameter Access:: How to change a frame's parameters. |
| 1070 | * Initial Parameters:: Specifying frame parameters when you make a frame. | 1078 | * Initial Parameters:: Specifying frame parameters when you make a frame. |
| 1071 | * Window Frame Parameters:: List of frame parameters for window systems. | 1079 | * Window Frame Parameters:: List of frame parameters for window systems. |
| 1072 | * Size and Position:: Changing the size and position of a frame. | ||
| 1073 | * Geometry:: Parsing geometry specifications. | 1080 | * Geometry:: Parsing geometry specifications. |
| 1074 | 1081 | ||
| 1075 | Window Frame Parameters | 1082 | Window Frame Parameters |