]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo.
authorRichard M. Stallman <rms@gnu.org>
Mon, 30 Jun 2003 10:43:22 +0000 (10:43 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 30 Jun 2003 10:43:22 +0000 (10:43 +0000)
lispref/windows.texi

index e0481e0d5bd1a193d0c22b15cd5aea9eddab03cc..7ff3c8e86e383919e4c89b3014c3559599d827c9 100644 (file)
@@ -478,7 +478,7 @@ consider.  See @code{get-lru-window}, above.
 @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}.