From 2260e48d2eeaa9ea2b9c17389cc25d00f85c414c Mon Sep 17 00:00:00 2001 From: Martin Rudalics Date: Wed, 6 Mar 2019 14:49:00 +0100 Subject: [PATCH] ; * lisp/window.el (fit-frame-to-buffer): Fix once more. --- lisp/window.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5