From 45f1d3626030a8e46408a23ae92a606665fc7325 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 23 Mar 2013 11:33:00 +0200 Subject: [PATCH] Fix bug #13935 with inaccurate description of 'fullscreen'. doc/lispref/frames.texi (Size Parameters): More accurate description of the difference between 'fullboth' and 'maximized'. --- doc/lispref/ChangeLog | 5 +++++ doc/lispref/frames.texi | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 1435f24202d..40dff3c854a 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,8 @@ +2013-03-23 Eli Zaretskii + + * frames.texi (Size Parameters): More accurate description of the + difference between 'fullboth' and 'maximized'. (Bug#13935) + 2013-03-17 Christopher Schmidt * symbols.texi (Standard Properties): Document pure. (Bug#13823) 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 the height shall be set to the size of the screen. The value @code{maximized} specifies that the frame shall be maximized. The difference between @code{maximized} and @code{fullboth} is that the -former still has window manager decorations while the latter really -covers the whole screen. +former can still be resized by dragging window manager decorations +with the mouse, while the latter really covers the whole screen and +does not allow resizing by mouse dragging. @end table @node Layout Parameters -- 2.39.5