aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c
diff options
context:
space:
mode:
authorKaroly Lorentey2004-04-15 16:49:22 +0000
committerKaroly Lorentey2004-04-15 16:49:22 +0000
commitbf11e465e7de681939128d851b82689de1a54849 (patch)
treedd74933805490dc63c24f6a003ebb3aef591ef7b /src/window.c
parentd3c554a0d08581693289f0b781176d56163aa2a5 (diff)
parentd01ca4a8d2a5fc59742dd643e2351b956423ee73 (diff)
downloademacs-bf11e465e7de681939128d851b82689de1a54849.tar.gz
emacs-bf11e465e7de681939128d851b82689de1a54849.zip
Merged in changes from CVS trunk.
Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-213 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-214 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-215 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-216 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-217 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-138
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/window.c b/src/window.c
index 0192aa4edf6..b6546eee698 100644
--- a/src/window.c
+++ b/src/window.c
@@ -2080,6 +2080,7 @@ check_all_windows ()
2080 2080
2081DEFUN ("get-lru-window", Fget_lru_window, Sget_lru_window, 0, 1, 0, 2081DEFUN ("get-lru-window", Fget_lru_window, Sget_lru_window, 0, 1, 0,
2082 doc: /* Return the window least recently selected or used for display. 2082 doc: /* Return the window least recently selected or used for display.
2083Return a full-width window if possible.
2083If optional argument FRAME is `visible', search all visible frames. 2084If optional argument FRAME is `visible', search all visible frames.
2084If FRAME is 0, search all visible and iconified frames. 2085If FRAME is 0, search all visible and iconified frames.
2085If FRAME is t, search all frames. 2086If FRAME is t, search all frames.