diff options
Diffstat (limited to 'doc/lispref/frames.texi')
| -rw-r--r-- | doc/lispref/frames.texi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi index 7d56d38ffad..01d2d1d6c45 100644 --- a/doc/lispref/frames.texi +++ b/doc/lispref/frames.texi | |||
| @@ -632,8 +632,9 @@ possible. The value @code{fullboth} specifies that both the width and | |||
| 632 | the height shall be set to the size of the screen. The value | 632 | the height shall be set to the size of the screen. The value |
| 633 | @code{maximized} specifies that the frame shall be maximized. The | 633 | @code{maximized} specifies that the frame shall be maximized. The |
| 634 | difference between @code{maximized} and @code{fullboth} is that the | 634 | difference between @code{maximized} and @code{fullboth} is that the |
| 635 | former still has window manager decorations while the latter really | 635 | former can still be resized by dragging window manager decorations |
| 636 | covers the whole screen. | 636 | with the mouse, while the latter really covers the whole screen and |
| 637 | does not allow resizing by mouse dragging. | ||
| 637 | @end table | 638 | @end table |
| 638 | 639 | ||
| 639 | @node Layout Parameters | 640 | @node Layout Parameters |