Fix typo.
This commit is contained in:
parent
6fe508678c
commit
b0d4743ac3
1 changed files with 1 additions and 1 deletions
|
@ -478,7 +478,7 @@ consider. See @code{get-lru-window}, above.
|
|||
@defun get-window-with-predicate predicate &optional minibuf all-frames default
|
||||
This function returns a window satisfying @var{predicate}. It cycles
|
||||
through all visible windows using @code{walk-windows} (@pxref{Cyclic
|
||||
Window Ordering}), calling @var{predicate} on each one one of them
|
||||
Window Ordering}), calling @var{predicate} on each one of them
|
||||
with that window as its argument. The function returns the first
|
||||
window for which @var{predicate} returns a non-@code{nil} value; if
|
||||
that never happens, it returns @var{default}.
|
||||
|
|
Loading…
Add table
Reference in a new issue