aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Rudalics2019-03-06 14:49:00 +0100
committerMartin Rudalics2019-03-06 14:49:00 +0100
commit2260e48d2eeaa9ea2b9c17389cc25d00f85c414c (patch)
tree024f9fbed19f03cac887dd751d7ab32d732364bd
parentbe147d24198479bd569e71603c1d80f579311872 (diff)
downloademacs-2260e48d2eeaa9ea2b9c17389cc25d00f85c414c.tar.gz
emacs-2260e48d2eeaa9ea2b9c17389cc25d00f85c414c.zip
; * lisp/window.el (fit-frame-to-buffer): Fix once more.
-rw-r--r--lisp/window.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/window.el b/lisp/window.el
index 85f2ee1e032..39f4fa139bb 100644
--- a/lisp/window.el
+++ b/lisp/window.el
@@ -8225,7 +8225,7 @@ MAX-HEIGHT, MIN-HEIGHT, MAX-WIDTH and MIN-WIDTH specify bounds on
8225the new total size of FRAME's root window. MIN-HEIGHT and 8225the new total size of FRAME's root window. MIN-HEIGHT and
8226MIN-WIDTH default to the values of `window-min-height' and 8226MIN-WIDTH default to the values of `window-min-height' and
8227`window-min-width' respectively. These arguments are specified 8227`window-min-width' respectively. These arguments are specified
8228in the canonical character width and height of WINDOW's frame. 8228in the canonical character width and height of FRAME.
8229 8229
8230If the optional argument ONLY is `vertically', resize the frame 8230If the optional argument ONLY is `vertically', resize the frame
8231vertically only. If ONLY is `horizontally', resize the frame 8231vertically only. If ONLY is `horizontally', resize the frame