From 2c1cc981007d27183354074a7242194871e278fa Mon Sep 17 00:00:00 2001 From: "Basil L. Contovounesios" Date: Mon, 10 Jun 2024 07:29:38 +0200 Subject: [PATCH] ; Tweak recent NEWS and window.el docs. (cherry picked from commit d6ecabe23b752116e48e8fbb28ee6f47eef5ec18) --- etc/NEWS | 2 +- lisp/window.el | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/etc/NEWS b/etc/NEWS index 4867e166cf2..98d39f6153e 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -108,7 +108,7 @@ see the variable 'url-request-extra-headers'. ** The default process filter was rewritten in native code. The round-trip through the Lisp function 'internal-default-process-filter' is skipped when the process filter is -the default one. It's reimplemented in native code, reducing GC churn. +the default one. It's reimplemented in native code, reducing GC churn. To undo the change, set 'read-process-output-fast' to nil. diff --git a/lisp/window.el b/lisp/window.el index 54568a9389a..3094ebd7ba9 100644 --- a/lisp/window.el +++ b/lisp/window.el @@ -7858,14 +7858,14 @@ Action alist entries are: `some-window' -- This entry defines which window `display-buffer-use-some-window' should choose. The possible choices are `lru' or nil (the default) to select the least recently used window, - and `mru' to select the most recently used window. It can also be - a function that takes two arguments: a buffer and an alist, and should - return the window where to display the buffer. If the value is `lru', - it avoids selecting windows that are not full-width and windows on - another frame. If the value is `mru', it does not consider the - selected window and windows on any frame but the selected one. - It's useful to customize `display-buffer-base-action' to - `(nil . ((some-window . mru))) when you want to display buffers in the + and `mru' to select the most recently used window. It can also be a + function that takes two arguments: a buffer and an alist, and should + return the window in which to display the buffer. If the value is + `lru', it avoids selecting windows that are not full-width and windows + on another frame. If the value is `mru', it does not consider the + selected window and windows on any frame but the selected one. It's + useful to customize `display-buffer-base-action' to + `(nil . ((some-window . mru)))' when you want to display buffers in the same non-selected window in a configuration with more than two windows. `body-function' -- A function called with one argument - the displayed window. It is called after the buffer is -- 2.39.2