mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 18:37:33 +00:00
Document 'get-mru-window' in the ELisp manual
* doc/lispref/windows.texi (Cyclic Window Ordering): Document 'get-mru-window'. (Bug#21306)
This commit is contained in:
parent
2f5e809082
commit
a55c75ccfe
1 changed files with 7 additions and 0 deletions
|
|
@ -1858,6 +1858,13 @@ the optional argument @var{not-selected} is non-@code{nil}, this
|
|||
function returns @code{nil} in that case.
|
||||
@end defun
|
||||
|
||||
@cindex most recently used window
|
||||
@defun 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}.
|
||||
@end 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue