From bef9eeb05981ee5fe09c202116d725f9c69b9520 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Wed, 27 Nov 2024 15:54:39 +0200 Subject: [PATCH] ; * etc/NEWS: Fix typo and wording of a recently-added entry. --- etc/NEWS | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/etc/NEWS b/etc/NEWS index 56b03fdb0ac..4d2a2c893d0 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -783,11 +783,13 @@ will not prompt the user for confirmation before installing packages. ** Xref +--- +*** Xref commands that jump to some location use 'display-buffer'. The commands that jump to some location use 'display-buffer' and specify -the category 'xref-jump'. As a result you can customize how the +the category 'xref-jump'. As a result, you can customize how the destination window is chosen using 'display-buffer-alist'. Example: - (setq display-buffer-alist '(((category . xref) + (setq display-buffer-alist '(((category . xref-jump) (display-buffer-reuse-window display-buffer-use-some-window) (some-window . mru))))