* doc/lispref/windows.texi (Selecting Windows): Document `window-use-time'.
Fix customization type of `even-window-sizes'.
* lisp/window.el (even-window-sizes): Fix customization type.
- 2015-07-22 Martin Rudalics <rudalics@gmx.at>
Optionally even widths of `display-buffer' windows. (Bug#21100)
* lisp/window.el (quit-restore-window): Restore width if
requested.
nor the buffer list.
@end defun
+@cindex window use time
+@cindex use time of window
+@defun window-use-time &optional window
+This functions returns the @dfn{use time} of window @var{window}.
+@var{window} must be a live window and defaults to the selected one.
+The window with the lowest use time is the least recently selected one.
+The window with the highest use time is the most recently selected one.
+@end defun
+
+
@node Cyclic Window Ordering
@section Cyclic Ordering of Windows
@cindex cyclic ordering of windows