]> git.eshelyaron.com Git - emacs.git/commitdiff
some-window -> get-window-with-predicate.
authorGerd Moellmann <gerd@gnu.org>
Fri, 7 Sep 2001 11:37:11 +0000 (11:37 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 7 Sep 2001 11:37:11 +0000 (11:37 +0000)
etc/NEWS

index a0306b70b3fd396bf9a97600fb27d0d7c6e3bda8..396f2df74b444fd34f873d796f1cdf2957a63324 100644 (file)
--- 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.