emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r112115: Fix bug #13935 with inaccura


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r112115: Fix bug #13935 with inaccurate description of 'fullscreen'.
Date: Sat, 23 Mar 2013 11:33:00 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 112115
fixes bug: http://debbugs.gnu.org/13935
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Sat 2013-03-23 11:33:00 +0200
message:
  Fix bug #13935 with inaccurate description of 'fullscreen'.
  
   doc/lispref/frames.texi (Size Parameters): More accurate description of the
   difference between 'fullboth' and 'maximized'.
modified:
  doc/lispref/ChangeLog
  doc/lispref/frames.texi
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2013-03-17 16:51:36 +0000
+++ b/doc/lispref/ChangeLog     2013-03-23 09:33:00 +0000
@@ -1,3 +1,8 @@
+2013-03-23  Eli Zaretskii  <address@hidden>
+
+       * frames.texi (Size Parameters): More accurate description of the
+       difference between 'fullboth' and 'maximized'.  (Bug#13935)
+
 2013-03-17  Christopher Schmidt  <address@hidden>
 
        * symbols.texi (Standard Properties): Document pure.  (Bug#13823)

=== modified file 'doc/lispref/frames.texi'
--- a/doc/lispref/frames.texi   2013-03-16 08:22:31 +0000
+++ b/doc/lispref/frames.texi   2013-03-23 09:33:00 +0000
@@ -632,8 +632,9 @@
 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]