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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lispref/windows.texi [emacs-unicode-2]
Date: Wed, 08 Dec 2004 02:03:57 -0500

Index: emacs/lispref/windows.texi
diff -c emacs/lispref/windows.texi:1.64.2.5 emacs/lispref/windows.texi:1.64.2.6
*** emacs/lispref/windows.texi:1.64.2.5 Wed Oct 27 05:41:57 2004
--- emacs/lispref/windows.texi  Wed Dec  8 05:02:11 2004
***************
*** 488,494 ****
  
  The selected window can be the least recently used window if it is the
  only window.  A newly created window becomes the least recently used
! window until it is selected.  A minibuffer window is never a candidate.
  
  The argument @var{frame} controls which windows are considered.
  
--- 488,496 ----
  
  The selected window can be the least recently used window if it is the
  only window.  A newly created window becomes the least recently used
! window until it is selected.  A minibuffer window is never a
! candidate.  Dedicated windows are never candidates, and if all
! existing windows are dedicated, the value is @code{nil}.
  
  The argument @var{frame} controls which windows are considered.
  
***************
*** 510,519 ****
  This function returns the window with the largest area (height times
  width).  If there are no side-by-side windows, then this is the window
  with the most lines.  A minibuffer window is never a candidate.
  
! If there are two windows of the same size, then the function returns
! the window that is first in the cyclic ordering of windows (see
! following section), starting from the selected window.
  
  The argument @var{frame} controls which set of windows to
  consider.  See @code{get-lru-window}, above.
--- 512,523 ----
  This function returns the window with the largest area (height times
  width).  If there are no side-by-side windows, then this is the window
  with the most lines.  A minibuffer window is never a candidate.
+ Dedicated windows are never candidates, and if all existing windows
+ are dedicated, the value is @code{nil}.
  
! If there are two candidate windows of the same size, this function
! prefers the one that comes first in the cyclic ordering of windows
! (see following section), starting from the selected window.
  
  The argument @var{frame} controls which set of windows to
  consider.  See @code{get-lru-window}, above.




reply via email to

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