From: Eli Zaretskii Date: Sat, 23 Mar 2013 09:33:00 +0000 (+0200) Subject: Fix bug #13935 with inaccurate description of 'fullscreen'. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~2026^2~526^2~112 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=45f1d3626030a8e46408a23ae92a606665fc7325;p=emacs.git Fix bug #13935 with inaccurate description of 'fullscreen'. doc/lispref/frames.texi (Size Parameters): More accurate description of the difference between 'fullboth' and 'maximized'. --- 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