From b6474f84fa9f7f597e5e01bcd73d9278d8edb737 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Tue, 25 Nov 2008 03:51:26 +0000 Subject: [PATCH] (Choosing Window, Selecting Windows): Fix typos. --- doc/lispref/windows.texi | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi index 83875902ce0..dc49c40db5c 100644 --- a/doc/lispref/windows.texi +++ b/doc/lispref/windows.texi @@ -957,11 +957,11 @@ window. If the buffer is not already displayed, or @defopt pop-up-windows This variable specifies whether @code{display-buffer} is allowed to split (@pxref{Splitting Windows}) an existing window . If it is -non-@code{nil}, @code{display-buffer} tries to the split the largest or -least recently used window on the selected frame. (If the selected -frame is a minibuffer-only frame, it tries to split a window on another -frame instead.) If @code{pop-up-windows} is nil or the variable -@code{pop-up-frames} (see below) is non-@code{nil}, +non-@code{nil}, @code{display-buffer} tries to the split the largest +or least recently used window on the selected frame. (If the selected +frame is a minibuffer-only frame, it tries to split a window on +another frame instead.) If @code{pop-up-windows} is @code{nil} or the +variable @code{pop-up-frames} (see below) is non-@code{nil}, @code{display-buffer} does not split any window. @end defopt -- 2.39.2