aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/window.el2
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.
148Do not shrink to less that `window-min-height' lines. 148Do not shrink to less than `window-min-height' lines.
149Do nothing if the buffer contains more lines than the present window height, 149Do nothing if the buffer contains more lines than the present window height,
150or if some of the window's contents are scrolled out of view, 150or if some of the window's contents are scrolled out of view,
151or if the window is not the full width of the frame, 151or if the window is not the full width of the frame,