; * etc/NEWS: Fix typo and wording of a recently-added entry.

This commit is contained in:
Eli Zaretskii 2024-11-27 15:54:39 +02:00
parent 51fb0331b3
commit bef9eeb059

View file

@ -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))))