emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/windows.texi
Date: Sun, 20 Jan 2002 18:20:45 -0500

Index: emacs/lispref/windows.texi
diff -c emacs/lispref/windows.texi:1.47 emacs/lispref/windows.texi:1.48
*** emacs/lispref/windows.texi:1.47     Fri Jan 18 00:44:13 2002
--- emacs/lispref/windows.texi  Sun Jan 20 18:20:45 2002
***************
*** 170,176 ****
  signals an error and does not split the window at all.
  
  The following example starts with one window on a screen that is 50
! lines high by 80 columns wide; then the window is split.
  
  @smallexample
  @group
--- 170,176 ----
  signals an error and does not split the window at all.
  
  The following example starts with one window on a screen that is 50
! lines high by 80 columns wide; then it splits the window.
  
  @smallexample
  @group
***************
*** 212,218 ****
  @end group
  @end smallexample
  
! Next, the top window is split horizontally:
  
  @smallexample
  @group
--- 212,218 ----
  @end group
  @end smallexample
  
! Next, split the top window horizontally:
  
  @smallexample
  @group
***************
*** 234,240 ****
  @end smallexample
  
  @need 3000
! Now, the screen looks like this:
  
  @smallexample
  @group
--- 234,240 ----
  @end smallexample
  
  @need 3000
! Now the screen looks like this:
  
  @smallexample
  @group
***************
*** 1881,1905 ****
  @end defvar
  
  @cindex minimum window size
!   The following two variables constrain the window-size-changing
  functions to a minimum height and width.
  
  @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
! @code{window-min-height} automatically deletes it, and no window may be
! created shorter than this.  The absolute minimum height is two (allowing
! one line for the mode line, and one line for the buffer display).
! Actions that change window sizes reset this variable to two if it is
! less than two.  The default value is 4.
  @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 absolute minimum width is one; any
! value below that is ignored.  The default value is 10.
  @end defopt
  
  @node Coordinates and Windows
--- 1881,1907 ----
  @end defvar
  
  @cindex minimum window size
!   The following two variables constrain the window-structure-changing
  functions to a minimum height and width.
  
  @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
! @code{window-min-height} 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.
  @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.
  @end defopt
  
  @node Coordinates and Windows



reply via email to

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