diff etc/NEWS @ 33620:62859e71806e EMACS_PRETEST_21_0_91

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Sun, 19 Nov 2000 15:30:07 +0000
parents beb961476e7f
children a4bef8dfb930
line wrap: on
line diff
--- a/etc/NEWS	Sun Nov 19 15:20:27 2000 +0000
+++ b/etc/NEWS	Sun Nov 19 15:30:07 2000 +0000
@@ -2056,10 +2056,14 @@
 
 ** The new function `window-list' has been defined
 
-- Function: window-list &optional WINDOW MINIBUF ALL-FRAMES
-
-Return a list of windows in canonical order.  The parameters WINDOW,
-MINIBUF and ALL-FRAMES are defined like for `next-window'.
+- Function: window-list &optional FRAME WINDOW MINIBUF
+
+Return a list of windows on FRAME, starting with WINDOW.  FRAME nil or
+omitted means use the selected frame.  WINDOW nil or omitted means use
+the selected window.  MINIBUF t means include the minibuffer window,
+even if it isn't active.  MINIBUF nil or omitted means include the
+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