]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/NEWS: Fix typo and wording of a recently-added entry.
authorEli Zaretskii <eliz@gnu.org>
Wed, 27 Nov 2024 13:54:39 +0000 (15:54 +0200)
committerEshel Yaron <me@eshelyaron.com>
Wed, 27 Nov 2024 19:57:20 +0000 (20:57 +0100)
(cherry picked from commit bef9eeb05981ee5fe09c202116d725f9c69b9520)

etc/NEWS

index d18b221da90c2317371bd5127482165464169908..10f1f912de610a84621c00fd45ffd05c6d8e69f7 100644 (file)
--- 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))))