diff options
author | Martin Rudalics <rudalics@gmx.at> | 2019-03-06 14:49:00 +0100 |
---|---|---|
committer | Martin Rudalics <rudalics@gmx.at> | 2019-03-06 14:49:00 +0100 |
commit | 2260e48d2eeaa9ea2b9c17389cc25d00f85c414c (patch) | |
tree | 024f9fbed19f03cac887dd751d7ab32d732364bd | |
parent | be147d24198479bd569e71603c1d80f579311872 (diff) | |
download | emacs-2260e48d2eeaa9ea2b9c17389cc25d00f85c414c.tar.gz |
; * lisp/window.el (fit-frame-to-buffer): Fix once more.
-rw-r--r-- | lisp/window.el | 2 |
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 the new total size of FRAME's root window. MIN-HEIGHT and MIN-WIDTH default to the values of `window-min-height' and `window-min-width' respectively. These arguments are specified -in the canonical character width and height of WINDOW's frame. +in the canonical character width and height of FRAME. If the optional argument ONLY is `vertically', resize the frame vertically only. If ONLY is `horizontally', resize the frame |