emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/doc/lispref ChangeLog windows.texi


From: Martin Rudalics
Subject: [Emacs-diffs] emacs/doc/lispref ChangeLog windows.texi
Date: Fri, 19 Dec 2008 09:15:42 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Martin Rudalics <m061211>       08/12/19 09:15:41

Modified files:
        doc/lispref    : ChangeLog windows.texi 

Log message:
        (Windows): Rewrite description of
        fit-window-to-buffer.
        
        Committed on the Free edition of March Hare Software CVSNT Server.
        Upgrade to CVS Suite for more features and support:
        http://march-hare.com/cvsnt/

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/lispref/ChangeLog?cvsroot=emacs&r1=1.168&r2=1.169
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/lispref/windows.texi?cvsroot=emacs&r1=1.24&r2=1.25

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/ChangeLog,v
retrieving revision 1.168
retrieving revision 1.169
diff -u -b -r1.168 -r1.169
--- ChangeLog   19 Dec 2008 03:10:27 -0000      1.168
+++ ChangeLog   19 Dec 2008 09:15:39 -0000      1.169
@@ -1,3 +1,8 @@
+2008-12-19  Martin Rudalics  <address@hidden>
+
+       * windows.texi (Windows): Rewrite description of
+       fit-window-to-buffer.
+
 2008-12-13  Glenn Morris  <address@hidden>
 
        * modes.texi (Font Lock Basics): Fix level description.  (Bug#1534)

Index: windows.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/windows.texi,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -b -r1.24 -r1.25
--- windows.texi        25 Nov 2008 03:51:26 -0000      1.24
+++ windows.texi        19 Dec 2008 09:15:40 -0000      1.25
@@ -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.
+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
address@hidden specifies the minimum height for the window;
address@hidden means use @code{window-min-height}.  All these height
-values include the mode line and/or header line.
+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
address@hidden 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
address@hidden  It returns address@hidden if it orderly resized
address@hidden, and @code{nil} otherwise.
 @end defun
 
 @deffn Command shrink-window-if-larger-than-buffer &optional window




reply via email to

[Prev in Thread] Current Thread [Next in Thread]