# HG changeset patch # User Richard M. Stallman # Date 1056969802 0 # Node ID f954442d2253e7162fe3ee74bb53197cccf5fcd2 # Parent b8860fc285cb6eb1803db0a77d52c1c0749205a5 Fix typo. diff -r b8860fc285cb -r f954442d2253 lispref/windows.texi --- a/lispref/windows.texi Mon Jun 30 10:43:01 2003 +0000 +++ b/lispref/windows.texi Mon Jun 30 10:43:22 2003 +0000 @@ -478,7 +478,7 @@ @defun get-window-with-predicate predicate &optional minibuf all-frames default This function returns a window satisfying @var{predicate}. It cycles through all visible windows using @code{walk-windows} (@pxref{Cyclic -Window Ordering}), calling @var{predicate} on each one one of them +Window Ordering}), calling @var{predicate} on each one of them with that window as its argument. The function returns the first window for which @var{predicate} returns a non-@code{nil} value; if that never happens, it returns @var{default}.