aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMartin Rudalics2015-08-21 17:54:10 +0200
committerMartin Rudalics2015-08-21 17:54:10 +0200
commit3ea059852617b4b419080024852ed69b0ffa2620 (patch)
treebb4949ac26983985b5eda685353bb330c9c07649 /doc
parent8583c215a24e31974bb47dccf56f9d3933f17c55 (diff)
downloademacs-3ea059852617b4b419080024852ed69b0ffa2620.tar.gz
emacs-3ea059852617b4b419080024852ed69b0ffa2620.zip
Document `window-use-time' in Elisp manual
* doc/lispref/windows.texi (Selecting Windows): Document `window-use-time'.
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/windows.texi10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi
index 6814b4f0bea..e53edb3f821 100644
--- a/doc/lispref/windows.texi
+++ b/doc/lispref/windows.texi
@@ -1725,6 +1725,16 @@ function does not alter the list of most recently selected windows,
1725nor the buffer list. 1725nor the buffer list.
1726@end defun 1726@end defun
1727 1727
1728@cindex window use time
1729@cindex use time of window
1730@defun window-use-time &optional window
1731This functions returns the @dfn{use time} of window @var{window}.
1732@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 window with the highest use time is the most recently selected one.
1735@end defun
1736
1737
1728@node Cyclic Window Ordering 1738@node Cyclic Window Ordering
1729@section Cyclic Ordering of Windows 1739@section Cyclic Ordering of Windows
1730@cindex cyclic ordering of windows 1740@cindex cyclic ordering of windows