# HG changeset patch # User Juanma Barranquero # Date 1118325809 0 # Node ID 54196b74d4271a1c845c28df4db8ca7c46e6c934 # Parent 9865ce852f009799d2631bb16b161e6154fedde5 (shrink-window-if-larger-than-buffer): Fix typo in docstring. diff -r 9865ce852f00 -r 54196b74d427 lisp/window.el --- a/lisp/window.el Thu Jun 09 12:14:26 2005 +0000 +++ b/lisp/window.el Thu Jun 09 14:03:29 2005 +0000 @@ -542,7 +542,7 @@ Do not shrink to less than `window-min-height' lines. Do nothing if the buffer contains more lines than the present window height, or if some of the window's contents are scrolled out of view, -or if shrinking this window would also shrink another window. +or if shrinking this window would also shrink another window, or if the window is the only window of its frame." (interactive) (when (null window)