# HG changeset patch # User Martin Rudalics # Date 1229678139 0 # Node ID 66984afb4693f20e5a83a9f75bd6ed0fa9d7138d # Parent d4d66858815a419061bf22a065996a609b48f608 (Windows): Rewrite description of fit-window-to-buffer. diff -r d4d66858815a -r 66984afb4693 doc/lispref/ChangeLog --- a/doc/lispref/ChangeLog Fri Dec 19 05:42:14 2008 +0000 +++ b/doc/lispref/ChangeLog Fri Dec 19 09:15:39 2008 +0000 @@ -1,3 +1,8 @@ +2008-12-19 Martin Rudalics + + * windows.texi (Windows): Rewrite description of + fit-window-to-buffer. + 2008-12-13 Glenn Morris * modes.texi (Font Lock Basics): Fix level description. (Bug#1534) diff -r d4d66858815a -r 66984afb4693 doc/lispref/windows.texi --- a/doc/lispref/windows.texi Fri Dec 19 05:42:14 2008 +0000 +++ b/doc/lispref/windows.texi Fri Dec 19 09:15:39 2008 +0000 @@ -2167,14 +2167,18 @@ @defun fit-window-to-buffer &optional window max-height min-height This function makes @var{window} the right height to display its -contents exactly. The default for @var{window} is the selected -window. - -The argument @var{max-height} specifies the maximum height the window -is allowed to be; @code{nil} means use the frame height. The argument -@var{min-height} specifies the minimum height for the window; -@code{nil} means use @code{window-min-height}. All these height -values include the mode line and/or header line. +contents exactly. The default for @var{window} is the selected window. + +The optional argument @var{max-height} specifies the maximum height the +window is allowed to be; @code{nil} means use the maximum permissible +height of a window on @var{window}'s frame. The optional argument +@var{min-height} specifies the minimum height for the window; @code{nil} +means use @code{window-min-height}. All these height values include the +mode line and/or header line. + +This function can delete windows when their height shrinks below +@var{min-height}. It returns non-@code{nil} if it orderly resized +@var{window}, and @code{nil} otherwise. @end defun @deffn Command shrink-window-if-larger-than-buffer &optional window