; * etc/NEWS: Fix typo and wording of a recently-added entry.
This commit is contained in:
parent
51fb0331b3
commit
bef9eeb059
1 changed files with 4 additions and 2 deletions
6
etc/NEWS
6
etc/NEWS
|
@ -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))))
|
||||
|
|
Loading…
Add table
Reference in a new issue