diff options
| author | Nick Roberts | 2004-04-14 20:03:42 +0000 |
|---|---|---|
| committer | Nick Roberts | 2004-04-14 20:03:42 +0000 |
| commit | a899216fb7cc6507b21e2550af84082b3321c5a4 (patch) | |
| tree | bd7c1f63f968bf30959e98f9edb861b350ee4f8d /src | |
| parent | 5e30a0fbb8af345df24e3853d331e1249b5a5124 (diff) | |
| download | emacs-a899216fb7cc6507b21e2550af84082b3321c5a4.tar.gz emacs-a899216fb7cc6507b21e2550af84082b3321c5a4.zip | |
(Fget_lru_window): Doc fix.
Diffstat (limited to 'src')
| -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 626de53e21e..9f0bbaff093 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -2078,6 +2078,7 @@ check_all_windows () | |||
| 2078 | 2078 | ||
| 2079 | DEFUN ("get-lru-window", Fget_lru_window, Sget_lru_window, 0, 1, 0, | 2079 | DEFUN ("get-lru-window", Fget_lru_window, Sget_lru_window, 0, 1, 0, |
| 2080 | doc: /* Return the window least recently selected or used for display. | 2080 | doc: /* Return the window least recently selected or used for display. |
| 2081 | Return a full-width window if possible. | ||
| 2081 | If optional argument FRAME is `visible', search all visible frames. | 2082 | If optional argument FRAME is `visible', search all visible frames. |
| 2082 | If FRAME is 0, search all visible and iconified frames. | 2083 | If FRAME is 0, search all visible and iconified frames. |
| 2083 | If FRAME is t, search all frames. | 2084 | If FRAME is t, search all frames. |