From: Juanma Barranquero Date: Thu, 9 Jun 2005 14:04:18 +0000 (+0000) Subject: (shrink-window-if-larger-than-buffer): Fix typo in docstring. X-Git-Tag: emacs-pretest-22.0.90~9172 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fd8529d0a1e651aa096def7978cf323514abee91;p=emacs.git (shrink-window-if-larger-than-buffer): Fix typo in docstring. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b2224e49321..5630cc1a82d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -14,7 +14,8 @@ 2005-06-09 Juanma Barranquero - * 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. diff --git a/lisp/window.el b/lisp/window.el index 13fa2d0349c..6717b5bb50f 100644 --- a/lisp/window.el +++ b/lisp/window.el @@ -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)