Mercurial > emacs
changeset 54883:375346b8175c
(Fget_lru_window): Doc fix.
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Wed, 14 Apr 2004 20:03:42 +0000 |
parents | a8a1fda8a806 |
children | 1fd3c7a72799 |
files | src/window.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
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.