# HG changeset patch # User Nick Roberts # Date 1081973022 0 # Node ID 375346b8175c630d9665097ec8c9d7c51e14ca0a # Parent a8a1fda8a806c694a141f77b0c78bbc22a8a006e (Fget_lru_window): Doc fix. diff -r a8a1fda8a806 -r 375346b8175c src/window.c --- a/src/window.c Wed Apr 14 20:02:33 2004 +0000 +++ b/src/window.c Wed Apr 14 20:03:42 2004 +0000 @@ -2078,6 +2078,7 @@ 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. 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.