diff options
| author | Eli Zaretskii | 2024-11-27 15:54:39 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2024-11-27 15:54:39 +0200 |
| commit | bef9eeb05981ee5fe09c202116d725f9c69b9520 (patch) | |
| tree | 63c0c73d32cbd8677f276d30f378c6eb53d89bae | |
| parent | 51fb0331b3cd9e3c22c11c503899a60e65c64ffe (diff) | |
| download | emacs-bef9eeb05981ee5fe09c202116d725f9c69b9520.tar.gz emacs-bef9eeb05981ee5fe09c202116d725f9c69b9520.zip | |
; * etc/NEWS: Fix typo and wording of a recently-added entry.
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 4 insertions, 2 deletions
| @@ -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'. | ||
| 786 | The commands that jump to some location use 'display-buffer' and specify | 788 | The commands that jump to some location use 'display-buffer' and specify |
| 787 | the category 'xref-jump'. As a result you can customize how the | 789 | the category 'xref-jump'. As a result, you can customize how the |
| 788 | destination window is chosen using 'display-buffer-alist'. Example: | 790 | destination 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)))) |