diff options
| -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 74edeb986da..305df621888 100644 --- a/lisp/window.el +++ b/lisp/window.el | |||
| @@ -145,7 +145,7 @@ No arg means split equally." | |||
| 145 | 145 | ||
| 146 | (defun shrink-window-if-larger-than-buffer (&optional window) | 146 | (defun shrink-window-if-larger-than-buffer (&optional window) |
| 147 | "Shrink the WINDOW to be as small as possible to display its contents. | 147 | "Shrink the WINDOW to be as small as possible to display its contents. |
| 148 | Do not shrink to less that `window-min-height' lines. | 148 | Do not shrink to less than `window-min-height' lines. |
| 149 | Do nothing if the buffer contains more lines than the present window height, | 149 | Do nothing if the buffer contains more lines than the present window height, |
| 150 | or if some of the window's contents are scrolled out of view, | 150 | or if some of the window's contents are scrolled out of view, |
| 151 | or if the window is not the full width of the frame, | 151 | or if the window is not the full width of the frame, |