1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-26 10:49:33 +00:00

some-window -> get-window-with-predicate.

This commit is contained in:
Gerd Moellmann 2001-09-07 11:37:11 +00:00
parent 6afad91e16
commit a56ebb9018

View File

@ -2618,9 +2618,9 @@ minibuffer window only if it's active. MINIBUF neither nil nor t
means never include the minibuffer window.
+++
** There's a new function `some-window' defined as follows
** There's a new function `get-window-with-predicate' defined as follows
- Function: some-window PREDICATE &optional MINIBUF ALL-FRAMES DEFAULT
- Function: get-window-with-predicate PREDICATE &optional MINIBUF ALL-FRAMES DEFAULT
Return a window satisfying PREDICATE.