From: Eli Zaretskii Date: Wed, 27 Nov 2024 13:54:39 +0000 (+0200) Subject: ; * etc/NEWS: Fix typo and wording of a recently-added entry. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=80ec5e6b33ec0a75637356bee1efd5afc0392a53;p=emacs.git ; * etc/NEWS: Fix typo and wording of a recently-added entry. (cherry picked from commit bef9eeb05981ee5fe09c202116d725f9c69b9520) --- diff --git a/etc/NEWS b/etc/NEWS index d18b221da90..10f1f912de6 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -658,11 +658,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))))