]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix doc-string of x_frame_normalize_before_maximize.
authorMartin Rudalics <rudalics@gmx.at>
Sat, 14 Feb 2015 17:50:37 +0000 (18:50 +0100)
committerMartin Rudalics <rudalics@gmx.at>
Sat, 14 Feb 2015 17:50:37 +0000 (18:50 +0100)
* xterm.c (x_frame_normalize_before_maximize): Fix doc-string.
Suggested by Alan Mackenzie <acm@muc.de>.

src/ChangeLog
src/xterm.c

index 5144738a708be4af37e97d1a21fd33aedb19bbd5..c89fa60a5b50d6b8103a459014b1b7175caea860 100644 (file)
@@ -1,3 +1,8 @@
+2015-02-14  Martin Rudalics  <rudalics@gmx.at>
+
+       * xterm.c (x_frame_normalize_before_maximize): Fix doc-string.
+       Suggested by Alan Mackenzie <acm@muc.de>.
+
 2015-02-14  Eli Zaretskii  <eliz@gnu.org>
 
        * menu.c (Fx_popup_menu) [HAVE_X_WINDOWS]: Call
index 0b3efe7b4b6d07c760abae4a4ece40ebfc1ef7fb..03c081179a6fabf92bbdab290034b12259c6fd07 100644 (file)
@@ -11729,9 +11729,11 @@ default is nil, which is the same as `super'.  */);
   DEFVAR_BOOL ("x-frame-normalize-before-maximize",
               x_frame_normalize_before_maximize,
     doc: /* Non-nil means normalize frame before maximizing.
-If this variable is t, Emacs asks the window manager to give the frame
-intermediately its normal size whenever changing from a full-height or
-full-width state to the fully maximized one and vice versa.
+If this variable is t, Emacs first asks the window manager to give the
+frame its normal size, and only then the final state, whenever changing
+from a full-height, full-width or full-both state to the maximized one
+or when changing from the maximized to the full-height or full-width
+state.
 
 Set this variable only if your window manager cannot handle the
 transition between the various maximization states.  */);