]> git.eshelyaron.com Git - emacs.git/commitdiff
Document `window-use-time' in Elisp manual
authorMartin Rudalics <rudalics@gmx.at>
Fri, 21 Aug 2015 15:54:10 +0000 (17:54 +0200)
committerMartin Rudalics <rudalics@gmx.at>
Fri, 21 Aug 2015 15:54:10 +0000 (17:54 +0200)
* doc/lispref/windows.texi (Selecting Windows): Document `window-use-time'.

ChangeLog.2
doc/lispref/windows.texi

index 4803ff98c0cc0acfe089401801ddad69c618a6b3..3a93fda6f67e9cd8ab2f9c9e442b7b9a2205081f 100644 (file)
        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.
index 6814b4f0beaec2f01a36b41e2963493a0492938b..e53edb3f8213ca25763168d5f445e15aa4e98009 100644 (file)
@@ -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