emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master ffec11d: Fix doc-string of x_frame_normalize_before


From: Martin Rudalics
Subject: [Emacs-diffs] master ffec11d: Fix doc-string of x_frame_normalize_before_maximize.
Date: Sat, 14 Feb 2015 17:51:56 +0000

branch: master
commit ffec11d9b47d71978fbfc26fe37d936037f2dfac
Author: Martin Rudalics <address@hidden>
Commit: Martin Rudalics <address@hidden>

    Fix doc-string of x_frame_normalize_before_maximize.
    
    * xterm.c (x_frame_normalize_before_maximize): Fix doc-string.
    Suggested by Alan Mackenzie <address@hidden>.
---
 src/ChangeLog |    5 +++++
 src/xterm.c   |    8 +++++---
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/src/ChangeLog b/src/ChangeLog
index 5144738..c89fa60 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
+2015-02-14  Martin Rudalics  <address@hidden>
+
+       * xterm.c (x_frame_normalize_before_maximize): Fix doc-string.
+       Suggested by Alan Mackenzie <address@hidden>.
+
 2015-02-14  Eli Zaretskii  <address@hidden>
 
        * menu.c (Fx_popup_menu) [HAVE_X_WINDOWS]: Call
diff --git a/src/xterm.c b/src/xterm.c
index 0b3efe7..03c0811 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -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.  */);



reply via email to

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