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: Fri, 03 Dec 2004 06:51:03 -0500

Index: emacs/lispref/windows.texi
diff -c emacs/lispref/windows.texi:1.76 emacs/lispref/windows.texi:1.77
*** emacs/lispref/windows.texi:1.76     Fri Oct 22 11:19:51 2004
--- emacs/lispref/windows.texi  Fri Dec  3 11:27:53 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]