emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 3ea0598: Document `window-use-time' in Elisp manual


From: Martin Rudalics
Subject: [Emacs-diffs] master 3ea0598: Document `window-use-time' in Elisp manual
Date: Fri, 21 Aug 2015 15:55:12 +0000

branch: master
commit 3ea059852617b4b419080024852ed69b0ffa2620
Author: Martin Rudalics <address@hidden>
Commit: Martin Rudalics <address@hidden>

    Document `window-use-time' in Elisp manual
    
    * doc/lispref/windows.texi (Selecting Windows): Document `window-use-time'.
---
 ChangeLog.2              |    1 -
 doc/lispref/windows.texi |   10 ++++++++++
 2 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/ChangeLog.2 b/ChangeLog.2
index 4803ff9..3a93fda 100644
--- a/ChangeLog.2
+++ b/ChangeLog.2
@@ -1353,7 +1353,6 @@
        Fix customization type of `even-window-sizes'.
        * lisp/window.el (even-window-sizes): Fix customization type.
 
-       2015-07-22  Martin Rudalics  <address@hidden>
        Optionally even widths of `display-buffer' windows.  (Bug#21100)
        * lisp/window.el (quit-restore-window): Restore width if
        requested.
diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi
index 6814b4f..e53edb3 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,
 nor the buffer list.
 @end defun
 
address@hidden window use time
address@hidden use time of window
address@hidden window-use-time &optional window
+This functions returns the @dfn{use time} of window @var{window}.
address@hidden 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.
address@hidden defun
+
+
 @node Cyclic Window Ordering
 @section Cyclic Ordering of Windows
 @cindex cyclic ordering of windows



reply via email to

[Prev in Thread] Current Thread [Next in Thread]