aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNick Roberts2004-04-14 20:03:42 +0000
committerNick Roberts2004-04-14 20:03:42 +0000
commita899216fb7cc6507b21e2550af84082b3321c5a4 (patch)
treebd7c1f63f968bf30959e98f9edb861b350ee4f8d /src
parent5e30a0fbb8af345df24e3853d331e1249b5a5124 (diff)
downloademacs-a899216fb7cc6507b21e2550af84082b3321c5a4.tar.gz
emacs-a899216fb7cc6507b21e2550af84082b3321c5a4.zip
(Fget_lru_window): Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/window.c1
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
2079DEFUN ("get-lru-window", Fget_lru_window, Sget_lru_window, 0, 1, 0, 2079DEFUN ("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.
2081Return a full-width window if possible.
2081If optional argument FRAME is `visible', search all visible frames. 2082If optional argument FRAME is `visible', search all visible frames.
2082If FRAME is 0, search all visible and iconified frames. 2083If FRAME is 0, search all visible and iconified frames.
2083If FRAME is t, search all frames. 2084If FRAME is t, search all frames.