aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/window.el9
1 files changed, 4 insertions, 5 deletions
diff --git a/lisp/window.el b/lisp/window.el
index 10aa3a70464..afd814839d9 100644
--- a/lisp/window.el
+++ b/lisp/window.el
@@ -6825,11 +6825,10 @@ frames can be resized in both dimensions."
6825 6825
6826(defcustom fit-frame-to-buffer-margins '(nil nil nil nil) 6826(defcustom fit-frame-to-buffer-margins '(nil nil nil nil)
6827 "Margins around frame for `fit-frame-to-buffer'. 6827 "Margins around frame for `fit-frame-to-buffer'.
6828This option allows to specify the numbers of pixels to be left 6828This specifies the numbers of pixels to be left free on the left,
6829free on the left, above, the right, and below a frame that shall 6829above, on the right, and below a frame fitted to its buffer. Set
6830be fit to its buffer. Set these to avoid that such a frame 6830this to avoid obscuring other desktop objects like the taskbar.
6831obscurs other desktop objects like the taskbar. The default is 6831The default is nil for each side, which means to not add margins.
6832nil for each side which means to not add any margins.
6833 6832
6834The value specified here can be overridden for a specific frame 6833The value specified here can be overridden for a specific frame
6835by that frame's `fit-frame-to-buffer-margins' parameter, if 6834by that frame's `fit-frame-to-buffer-margins' parameter, if