]> git.eshelyaron.com Git - emacs.git/commitdiff
Improve documentation of 'window-use-time'
authorEli Zaretskii <eliz@gnu.org>
Sat, 22 Aug 2015 07:57:16 +0000 (10:57 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 22 Aug 2015 07:57:16 +0000 (10:57 +0300)
* doc/lispref/windows.texi (Selecting Windows): Improve
documentation and indexing of 'window-use-time'.

doc/lispref/windows.texi

index e53edb3f8213ca25763168d5f445e15aa4e98009..465693854eb0c9d929638cb5e563643b64bc5618 100644 (file)
@@ -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