diff options
| author | Martin Rudalics | 2019-03-06 14:49:00 +0100 |
|---|---|---|
| committer | Martin Rudalics | 2019-03-06 14:49:00 +0100 |
| commit | 2260e48d2eeaa9ea2b9c17389cc25d00f85c414c (patch) | |
| tree | 024f9fbed19f03cac887dd751d7ab32d732364bd | |
| parent | be147d24198479bd569e71603c1d80f579311872 (diff) | |
| download | emacs-2260e48d2eeaa9ea2b9c17389cc25d00f85c414c.tar.gz emacs-2260e48d2eeaa9ea2b9c17389cc25d00f85c414c.zip | |
; * 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 | |||
| 8225 | the new total size of FRAME's root window. MIN-HEIGHT and | 8225 | the new total size of FRAME's root window. MIN-HEIGHT and |
| 8226 | MIN-WIDTH default to the values of `window-min-height' and | 8226 | MIN-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 |
| 8228 | in the canonical character width and height of WINDOW's frame. | 8228 | in the canonical character width and height of FRAME. |
| 8229 | 8229 | ||
| 8230 | If the optional argument ONLY is `vertically', resize the frame | 8230 | If the optional argument ONLY is `vertically', resize the frame |
| 8231 | vertically only. If ONLY is `horizontally', resize the frame | 8231 | vertically only. If ONLY is `horizontally', resize the frame |