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.texi5
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
632the height shall be set to the size of the screen. The value 632the 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
634difference between @code{maximized} and @code{fullboth} is that the 634difference between @code{maximized} and @code{fullboth} is that the
635former still has window manager decorations while the latter really 635former can still be resized by dragging window manager decorations
636covers the whole screen. 636with the mouse, while the latter really covers the whole screen and
637does not allow resizing by mouse dragging.
637@end table 638@end table
638 639
639@node Layout Parameters 640@node Layout Parameters