]> git.eshelyaron.com Git - emacs.git/commitdiff
(shrink-window-if-larger-than-buffer): Fix typo in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 9 Jun 2005 14:04:18 +0000 (14:04 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 9 Jun 2005 14:04:18 +0000 (14:04 +0000)
lisp/ChangeLog
lisp/window.el

index b2224e49321c1139da8f6f2dbbb35635eb9a80d1..5630cc1a82daa6c6417b13d4af52854cf530ec6a 100644 (file)
@@ -14,7 +14,8 @@
 
 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
 
-       * window.el (window-size-fixed): Fix typo in docstring.
+       * window.el (shrink-window-if-larger-than-buffer)
+       (window-size-fixed): Fix typo in docstring.
 
        * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
        thumbnails directory on loading.
index 13fa2d0349ccde08ea2c5ef8c0525217d93b04fa..6717b5bb50f0641bb0d17877ed68f0603769e2fd 100644 (file)
@@ -542,7 +542,7 @@ If WINDOW is omitted or nil, it defaults to the selected window.
 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)