diff options
| author | Karoly Lorentey | 2004-04-15 16:49:22 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2004-04-15 16:49:22 +0000 |
| commit | bf11e465e7de681939128d851b82689de1a54849 (patch) | |
| tree | dd74933805490dc63c24f6a003ebb3aef591ef7b /src/window.c | |
| parent | d3c554a0d08581693289f0b781176d56163aa2a5 (diff) | |
| parent | d01ca4a8d2a5fc59742dd643e2351b956423ee73 (diff) | |
| download | emacs-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.c | 1 |
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 | ||
| 2081 | DEFUN ("get-lru-window", Fget_lru_window, Sget_lru_window, 0, 1, 0, | 2081 | DEFUN ("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. |
| 2083 | Return a full-width window if possible. | ||
| 2083 | If optional argument FRAME is `visible', search all visible frames. | 2084 | If optional argument FRAME is `visible', search all visible frames. |
| 2084 | If FRAME is 0, search all visible and iconified frames. | 2085 | If FRAME is 0, search all visible and iconified frames. |
| 2085 | If FRAME is t, search all frames. | 2086 | If FRAME is t, search all frames. |