Document `window-use-time' in Elisp manual
* doc/lispref/windows.texi (Selecting Windows): Document `window-use-time'.
This commit is contained in:
parent
8583c215a2
commit
3ea0598526
2 changed files with 10 additions and 1 deletions
|
@ -1353,7 +1353,6 @@
|
|||
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.
|
||||
|
|
|
@ -1725,6 +1725,16 @@ function does not alter the list of most recently selected windows,
|
|||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue