summaryrefslogtreecommitdiff
path: root/lispref
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2003-06-30 10:43:22 +0000
committerRichard M. Stallman <rms@gnu.org>2003-06-30 10:43:22 +0000
commitb0d4743ac302fb5d852712b9095d1943c87a41c0 (patch)
tree4b6e7323bec07c6902900eb473ed1c85293a8699 /lispref
parent6fe508678c84a0291bd95e0f726c14335a5dccff (diff)
downloademacs-b0d4743ac302fb5d852712b9095d1943c87a41c0.tar.gz
Fix typo.
Diffstat (limited to 'lispref')
-rw-r--r--lispref/windows.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/windows.texi b/lispref/windows.texi
index e0481e0d5bd..7ff3c8e86e3 100644
--- a/lispref/windows.texi
+++ b/lispref/windows.texi
@@ -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}.