diff options
| -rw-r--r-- | lispref/windows.texi | 3 |
1 files changed, 2 insertions, 1 deletions
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. | |||
| 455 | 455 | ||
| 456 | @defun get-lru-window &optional frame | 456 | @defun get-lru-window &optional frame |
| 457 | This function returns the window least recently ``used'' (that is, | 457 | This function returns the window least recently ``used'' (that is, |
| 458 | selected). The selected window is always the most recently used window. | 458 | selected). If any full-width windows are present, it only considers |
| 459 | these. The selected window is always the most recently used window. | ||
| 459 | 460 | ||
| 460 | The selected window can be the least recently used window if it is the | 461 | The selected window can be the least recently used window if it is the |
| 461 | only window. A newly created window becomes the least recently used | 462 | only window. A newly created window becomes the least recently used |