aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/window.c b/src/window.c
index 94e56d10371..154743e5b5d 100644
--- a/src/window.c
+++ b/src/window.c
@@ -2316,6 +2316,8 @@ check_all_windows ()
2316 2316
2317DEFUN ("get-lru-window", Fget_lru_window, Sget_lru_window, 0, 2, 0, 2317DEFUN ("get-lru-window", Fget_lru_window, Sget_lru_window, 0, 2, 0,
2318 doc: /* Return the window least recently selected or used for display. 2318 doc: /* Return the window least recently selected or used for display.
2319\(LRU means Least Recently Used.)
2320
2319Return a full-width window if possible. 2321Return a full-width window if possible.
2320A minibuffer window is never a candidate. 2322A minibuffer window is never a candidate.
2321A dedicated window is never a candidate, unless DEDICATED is non-nil, 2323A dedicated window is never a candidate, unless DEDICATED is non-nil,