Mercurial > emacs
diff src/window.c @ 54883:375346b8175c
(Fget_lru_window): Doc fix.
| author | Nick Roberts <nickrob@snap.net.nz> |
|---|---|
| date | Wed, 14 Apr 2004 20:03:42 +0000 |
| parents | bd5ef1fde279 |
| children | 91ab946dfd86 0643dc72a250 |
line wrap: on
line diff
--- 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.
