changeset 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 9865ce852f00
children dd314823ab7d
files lisp/window.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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)