/[emacs]/emacs/lispref/windows.texi
ViewVC logotype

Diff of /emacs/lispref/windows.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.76 by dpe, Fri Oct 22 11:19:51 2004 UTC revision 1.77 by rms, Fri Dec 3 11:27:53 2004 UTC
# Line 488  these.  The selected window is always th Line 488  these.  The selected window is always th
488    
489  The selected window can be the least recently used window if it is the  The selected window can be the least recently used window if it is the
490  only window.  A newly created window becomes the least recently used  only window.  A newly created window becomes the least recently used
491  window until it is selected.  A minibuffer window is never a candidate.  window until it is selected.  A minibuffer window is never a
492    candidate.  Dedicated windows are never candidates, and if all
493    existing windows are dedicated, the value is @code{nil}.
494    
495  The argument @var{frame} controls which windows are considered.  The argument @var{frame} controls which windows are considered.
496    
# Line 510  If it is a frame, consider windows on th Line 512  If it is a frame, consider windows on th
512  This function returns the window with the largest area (height times  This function returns the window with the largest area (height times
513  width).  If there are no side-by-side windows, then this is the window  width).  If there are no side-by-side windows, then this is the window
514  with the most lines.  A minibuffer window is never a candidate.  with the most lines.  A minibuffer window is never a candidate.
515    Dedicated windows are never candidates, and if all existing windows
516    are dedicated, the value is @code{nil}.
517    
518  If there are two windows of the same size, then the function returns  If there are two candidate windows of the same size, this function
519  the window that is first in the cyclic ordering of windows (see  prefers the one that comes first in the cyclic ordering of windows
520  following section), starting from the selected window.  (see following section), starting from the selected window.
521    
522  The argument @var{frame} controls which set of windows to  The argument @var{frame} controls which set of windows to
523  consider.  See @code{get-lru-window}, above.  consider.  See @code{get-lru-window}, above.

Legend:
Removed from v.1.76  
changed lines
  Added in v.1.77

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26