From f8295bfb6c87b708b970ad1064b181e83f9ccd9f Mon Sep 17 00:00:00 2001 From: Nick Roberts Date: Wed, 14 Apr 2004 20:06:29 +0000 Subject: [PATCH] (Selecting Windows): Note that get-lru-window returns a full-width window if possible. --- lispref/windows.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lispref/windows.texi b/lispref/windows.texi index f63ef744e67..01d7d3bfb4b 100644 --- a/lispref/windows.texi +++ b/lispref/windows.texi @@ -455,7 +455,8 @@ offering various criteria for the choice. @defun get-lru-window &optional frame This function returns the window least recently ``used'' (that is, -selected). The selected window is always the most recently used window. +selected). If any full-width windows are present, it only considers +these. The selected window is always the most recently used window. The selected window can be the least recently used window if it is the only window. A newly created window becomes the least recently used -- 2.39.5