mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-25 07:28:20 +00:00
; Document 'filtered-frame-list'
* doc/lispref/frames.texi (Finding All Frames): Document 'filtered-frame-list'.
This commit is contained in:
parent
ecb80e0e8a
commit
e3aae5fd38
@ -2804,6 +2804,18 @@ direction.
|
|||||||
See also @code{next-window} and @code{previous-window}, in @ref{Cyclic
|
See also @code{next-window} and @code{previous-window}, in @ref{Cyclic
|
||||||
Window Ordering}.
|
Window Ordering}.
|
||||||
|
|
||||||
|
Some Lisp programs need to find one or more frames that satisfy a
|
||||||
|
given criteria. The function @code{filtered-frame-list} is provided for
|
||||||
|
this purpose.
|
||||||
|
|
||||||
|
@defun filtered-frame-list predicate
|
||||||
|
This function returns the list of all the live frames which satisfy the
|
||||||
|
specified @var{predicate}. The argument @var{predicate} must be a
|
||||||
|
function of one argument, a frame to be tested against the filtering
|
||||||
|
criteria, and should return non-@code{nil} if the frame satisfies the
|
||||||
|
criteria.
|
||||||
|
@end defun
|
||||||
|
|
||||||
@node Minibuffers and Frames
|
@node Minibuffers and Frames
|
||||||
@section Minibuffers and Frames
|
@section Minibuffers and Frames
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user