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