aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2015-08-21 16:03:18 +0300
committerEli Zaretskii2015-08-21 16:03:18 +0300
commita55c75ccfe0a47db3eea8989bf4230ff702c6bde (patch)
treec91cbb3ec448b6074290101d003db53a7271e23a
parent2f5e8090824d7d1ca8894c12a1e51e2ad340c012 (diff)
downloademacs-a55c75ccfe0a47db3eea8989bf4230ff702c6bde.tar.gz
emacs-a55c75ccfe0a47db3eea8989bf4230ff702c6bde.zip
Document 'get-mru-window' in the ELisp manual
* doc/lispref/windows.texi (Cyclic Window Ordering): Document 'get-mru-window'. (Bug#21306)
-rw-r--r--doc/lispref/windows.texi7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi
index 9cd59d70505..6814b4f0bea 100644
--- a/doc/lispref/windows.texi
+++ b/doc/lispref/windows.texi
@@ -1858,6 +1858,13 @@ the optional argument @var{not-selected} is non-@code{nil}, this
1858function returns @code{nil} in that case. 1858function returns @code{nil} in that case.
1859@end defun 1859@end defun
1860 1860
1861@cindex most recently used window
1862@defun get-mru-window &optional all-frames dedicated not-selected
1863This function is like @code{get-lru-window}, but it returns the ``most
1864recently used'' window instead. The meaning of the arguments is the
1865same as described for @code{get-lru-window}.
1866@end defun
1867
1861@cindex largest window 1868@cindex largest window
1862@defun get-largest-window &optional all-frames dedicated not-selected 1869@defun get-largest-window &optional all-frames dedicated not-selected
1863This function returns the window with the largest area (height times 1870This function returns the window with the largest area (height times