aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xterm.c')
-rw-r--r--src/xterm.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/xterm.c b/src/xterm.c
index 0b3efe7b4b6..03c081179a6 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -11729,9 +11729,11 @@ default is nil, which is the same as `super'. */);
11729 DEFVAR_BOOL ("x-frame-normalize-before-maximize", 11729 DEFVAR_BOOL ("x-frame-normalize-before-maximize",
11730 x_frame_normalize_before_maximize, 11730 x_frame_normalize_before_maximize,
11731 doc: /* Non-nil means normalize frame before maximizing. 11731 doc: /* Non-nil means normalize frame before maximizing.
11732If this variable is t, Emacs asks the window manager to give the frame 11732If this variable is t, Emacs first asks the window manager to give the
11733intermediately its normal size whenever changing from a full-height or 11733frame its normal size, and only then the final state, whenever changing
11734full-width state to the fully maximized one and vice versa. 11734from a full-height, full-width or full-both state to the maximized one
11735or when changing from the maximized to the full-height or full-width
11736state.
11735 11737
11736Set this variable only if your window manager cannot handle the 11738Set this variable only if your window manager cannot handle the
11737transition between the various maximization states. */); 11739transition between the various maximization states. */);