]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fget_lru_window, Fget_largest_window): Doc fixes.
authorRichard M. Stallman <rms@gnu.org>
Thu, 2 Dec 2004 23:24:43 +0000 (23:24 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 2 Dec 2004 23:24:43 +0000 (23:24 +0000)
src/window.c

index f7a7a4c438c96768d7f333c9b1148c17c25a2775..6fe547b97c785951fd8eab43c1a003775171de0e 100644 (file)
@@ -2097,6 +2097,8 @@ DEFUN ("get-lru-window", Fget_lru_window, Sget_lru_window, 0, 1, 0,
        doc: /* Return the window least recently selected or used for display.
 Return a full-width window if possible.
 A minibuffer window is never a candidate.
+A dedicated window is never a candidate, so if all windows are dedicated,
+the value is nil.
 If optional argument FRAME is `visible', search all visible frames.
 If FRAME is 0, search all visible and iconified frames.
 If FRAME is t, search all frames.
@@ -2117,6 +2119,8 @@ If FRAME is a frame, search only that frame.  */)
 DEFUN ("get-largest-window", Fget_largest_window, Sget_largest_window, 0, 1, 0,
        doc: /* Return the largest window in area.
 A minibuffer window is never a candidate.
+A dedicated window is never a candidate, so if all windows are dedicated,
+the value is nil.
 If optional argument FRAME is `visible', search all visible frames.
 If FRAME is 0, search all visible and iconified frames.
 If FRAME is t, search all frames.