aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/lispref/windows.texi10
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi
index e53edb3f821..465693854eb 100644
--- a/doc/lispref/windows.texi
+++ b/doc/lispref/windows.texi
@@ -1727,11 +1727,15 @@ nor the buffer list.
1727 1727
1728@cindex window use time 1728@cindex window use time
1729@cindex use time of window 1729@cindex use time of window
1730@cindex window order by time of last use
1730@defun window-use-time &optional window 1731@defun window-use-time &optional window
1731This functions returns the @dfn{use time} of window @var{window}. 1732This functions returns the ``use time'' of window @var{window}.
1732@var{window} must be a live window and defaults to the selected one. 1733@var{window} must be a live window and defaults to the selected one.
1733The window with the lowest use time is the least recently selected one. 1734The @dfn{use time} of a window is not really a time value, but it does
1734The window with the highest use time is the most recently selected one. 1735increase monotonically with each window selection, so the window with
1736the lowest ``use time'' is the least recently selected one, and the
1737window with the highest ``use time'' is the most recently selected
1738one.
1735@end defun 1739@end defun
1736 1740
1737 1741