]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix bug #13935 with inaccurate description of 'fullscreen'.
authorEli Zaretskii <eliz@gnu.org>
Sat, 23 Mar 2013 09:33:00 +0000 (11:33 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 23 Mar 2013 09:33:00 +0000 (11:33 +0200)
 doc/lispref/frames.texi (Size Parameters): More accurate description of the
 difference between 'fullboth' and 'maximized'.

doc/lispref/ChangeLog
doc/lispref/frames.texi

index 1435f24202d661d5160c49e913805d53c2eea534..40dff3c854a21a68ab01255139879ecba17b862a 100644 (file)
@@ -1,3 +1,8 @@
+2013-03-23  Eli Zaretskii  <eliz@gnu.org>
+
+       * frames.texi (Size Parameters): More accurate description of the
+       difference between 'fullboth' and 'maximized'.  (Bug#13935)
+
 2013-03-17  Christopher Schmidt  <christopher@ch.ristopher.com>
 
        * symbols.texi (Standard Properties): Document pure.  (Bug#13823)
index 7d56d38ffad1f717e9311cc431d0fd5b47123ffd..01d2d1d6c452e41a7344f92f9c5d13040b075089 100644 (file)
@@ -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