From 1b9c37f08c7caaeacc5c45a5fa338cc6ab13ab13 Mon Sep 17 00:00:00 2001 From: Martin Rudalics Date: Wed, 15 May 2024 09:49:14 +0200 Subject: [PATCH] ; * doc/lispref/windows.texi (Buffer Display Action Functions): Fix wording. (cherry picked from commit 38fe837f83448338b6ce5aaf771811ce6755d00a) --- doc/lispref/windows.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi index 4dbb1072ba3..8b11f642066 100644 --- a/doc/lispref/windows.texi +++ b/doc/lispref/windows.texi @@ -2809,7 +2809,7 @@ Windows}). @defun display-buffer-use-least-recent-window buffer alist This function is similar to @code{display-buffer-use-some-window}, but -will try harder to not use the a recently used window. In particular, +will try harder to not use a recently used window. In particular, it does not use the selected window. In addition, it will first try to reuse a window that shows @var{buffer} already, base the decision whether it should use a window showing another buffer on that window's -- 2.39.5