From: Gerd Moellmann Date: Fri, 7 Sep 2001 11:37:11 +0000 (+0000) Subject: some-window -> get-window-with-predicate. X-Git-Tag: emacs-pretest-21.0.106~202 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a56ebb90180139f03bce577f420630816a5845af;p=emacs.git some-window -> get-window-with-predicate. --- diff --git a/etc/NEWS b/etc/NEWS index a0306b70b3f..396f2df74b4 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -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.