diff lisp/window.el @ 63168:54196b74d427

(shrink-window-if-larger-than-buffer): Fix typo in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 09 Jun 2005 14:03:29 +0000
parents ae0502a0a9c7
children 01c52a1fbfe8
line wrap: on
line diff
--- 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)