From 385fa75721d6d1aa1d82b9e4f05f7a76a4f79845 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 22 Aug 2015 10:57:16 +0300 Subject: [PATCH] Improve documentation of 'window-use-time' * doc/lispref/windows.texi (Selecting Windows): Improve documentation and indexing of 'window-use-time'. --- doc/lispref/windows.texi | 10 +++++++--- 1 file 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. @cindex window use time @cindex use time of window +@cindex window order by time of last use @defun window-use-time &optional window -This functions returns the @dfn{use time} of window @var{window}. +This functions returns the ``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. +The @dfn{use time} of a window is not really a time value, but it does +increase monotonically with each window selection, so the window with +the lowest ``use time'' is the least recently selected one, and the +window with the highest ``use time'' is the most recently selected +one. @end defun -- 2.39.5