aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2024-11-27 15:54:39 +0200
committerEli Zaretskii2024-11-27 15:54:39 +0200
commitbef9eeb05981ee5fe09c202116d725f9c69b9520 (patch)
tree63c0c73d32cbd8677f276d30f378c6eb53d89bae
parent51fb0331b3cd9e3c22c11c503899a60e65c64ffe (diff)
downloademacs-bef9eeb05981ee5fe09c202116d725f9c69b9520.tar.gz
emacs-bef9eeb05981ee5fe09c202116d725f9c69b9520.zip
; * etc/NEWS: Fix typo and wording of a recently-added entry.
-rw-r--r--etc/NEWS6
1 files 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.
783 783
784** Xref 784** Xref
785 785
786---
787*** Xref commands that jump to some location use 'display-buffer'.
786The commands that jump to some location use 'display-buffer' and specify 788The commands that jump to some location use 'display-buffer' and specify
787the category 'xref-jump'. As a result you can customize how the 789the category 'xref-jump'. As a result, you can customize how the
788destination window is chosen using 'display-buffer-alist'. Example: 790destination window is chosen using 'display-buffer-alist'. Example:
789 791
790 (setq display-buffer-alist '(((category . xref) 792 (setq display-buffer-alist '(((category . xref-jump)
791 (display-buffer-reuse-window 793 (display-buffer-reuse-window
792 display-buffer-use-some-window) 794 display-buffer-use-some-window)
793 (some-window . mru)))) 795 (some-window . mru))))