emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master a55c75c 1/2: Document 'get-mru-window' in the ELisp


From: Eli Zaretskii
Subject: [Emacs-diffs] master a55c75c 1/2: Document 'get-mru-window' in the ELisp manual
Date: Fri, 21 Aug 2015 13:06:33 +0000

branch: master
commit a55c75ccfe0a47db3eea8989bf4230ff702c6bde
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Document 'get-mru-window' in the ELisp manual
    
    * doc/lispref/windows.texi (Cyclic Window Ordering): Document
    'get-mru-window'.  (Bug#21306)
---
 doc/lispref/windows.texi |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi
index 9cd59d7..6814b4f 100644
--- a/doc/lispref/windows.texi
+++ b/doc/lispref/windows.texi
@@ -1858,6 +1858,13 @@ the optional argument @var{not-selected} is 
address@hidden, this
 function returns @code{nil} in that case.
 @end defun
 
address@hidden most recently used window
address@hidden get-mru-window &optional all-frames dedicated not-selected
+This function is like @code{get-lru-window}, but it returns the ``most
+recently used'' window instead.  The meaning of the arguments is the
+same as described for @code{get-lru-window}.
address@hidden defun
+
 @cindex largest window
 @defun get-largest-window &optional all-frames dedicated not-selected
 This function returns the window with the largest area (height times



reply via email to

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