aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Rudalics2024-05-15 09:49:14 +0200
committerMartin Rudalics2024-05-15 09:49:14 +0200
commit38fe837f83448338b6ce5aaf771811ce6755d00a (patch)
tree0e1c59ed11f67fa237c8114f5d61994bc9bf3417
parent85043246f14933eedf3d2c7c6f5ab603ec3f6a21 (diff)
downloademacs-38fe837f83448338b6ce5aaf771811ce6755d00a.tar.gz
emacs-38fe837f83448338b6ce5aaf771811ce6755d00a.zip
; * doc/lispref/windows.texi (Buffer Display Action Functions): Fix wording.
-rw-r--r--doc/lispref/windows.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi
index 104420235df..34f7b260a52 100644
--- a/doc/lispref/windows.texi
+++ b/doc/lispref/windows.texi
@@ -2809,7 +2809,7 @@ Windows}).
2809 2809
2810@defun display-buffer-use-least-recent-window buffer alist 2810@defun display-buffer-use-least-recent-window buffer alist
2811This function is similar to @code{display-buffer-use-some-window}, but 2811This function is similar to @code{display-buffer-use-some-window}, but
2812will try harder to not use the a recently used window. In particular, 2812will try harder to not use a recently used window. In particular,
2813it does not use the selected window. In addition, it will first try to 2813it does not use the selected window. In addition, it will first try to
2814reuse a window that shows @var{buffer} already, base the decision 2814reuse a window that shows @var{buffer} already, base the decision
2815whether it should use a window showing another buffer on that window's 2815whether it should use a window showing another buffer on that window's