emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/doc/lispref/windows.texi,v


From: Martin Rudalics
Subject: [Emacs-diffs] Changes to emacs/doc/lispref/windows.texi,v
Date: Sun, 19 Oct 2008 15:09:34 +0000

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

Index: windows.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/windows.texi,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- windows.texi        18 Oct 2008 20:23:30 -0000      1.10
+++ windows.texi        19 Oct 2008 15:09:34 -0000      1.11
@@ -2066,9 +2066,9 @@
 If a window from which lines are stolen shrinks below
 @code{window-min-height} lines, that window disappears.
 
-If @var{horizontal} is address@hidden, this function makes
address@hidden wider by @var{size} columns, stealing columns instead of
-lines.  If a window from which columns are stolen shrinks below
+If @var{horizontal} is address@hidden, this function makes the window
address@hidden columns wider, stealing columns instead of lines.  If a
+window from which columns are stolen shrinks below
 @code{window-min-width} columns, that window disappears.
 
 If the requested size would exceed that of the window's frame, then the
@@ -2193,21 +2193,20 @@
 @defopt window-min-height
 The value of this variable determines how short a window may become
 before it is automatically deleted.  Making a window smaller than
address@hidden automatically deletes it, and no window may
-be created shorter than this.  The default value is 4.
-
-The absolute minimum window height is one; actions that change window
-sizes reset this variable to one if it is less than one.
address@hidden automatically deletes it, and no window may be
+created shorter than this.  The value is measured in line units.  When
+the window wants a mode- and/or header-line, they are counted as one
+line each.  The default value of this variable is 4.  A value less than
+1 is ignored.
 @end defopt
 
 @defopt window-min-width
 The value of this variable determines how narrow a window may become
 before it is automatically deleted.  Making a window smaller than
 @code{window-min-width} automatically deletes it, and no window may be
-created narrower than this.  The default value is 10.
-
-The absolute minimum window width is two; actions that change window
-sizes reset this variable to two if it is less than two.
+created narrower than this.  The value is measured in characters and
+includes any fringes or the scroll bar.  The default value is 10.  A
+value less than 2 is ignored.
 @end defopt
 
 @node Coordinates and Windows




reply via email to

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