1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-01 18:00:40 -08:00

Mention xref-quit-and-pop-marker-stack in the manual

* doc/emacs/maintaining.texi (Xref Commands): Mention
xref-quit-and-pop-marker-stack in the manual.
This commit is contained in:
Lars Ingebrigtsen 2021-09-18 18:32:22 +02:00
parent bd6dca038e
commit 32d85f7b89
2 changed files with 13 additions and 4 deletions

View file

@ -2280,6 +2280,11 @@ the match with @var{replacement}. @xref{Identifier Search}.
Refresh the contents of the @file{*xref*} buffer
(@code{xref-revert-buffer}.
@item M-,
@findex xref-quit-and-pop-marker-stack
Quit the window showing the @file{*xref*} buffer, and then jump to the
previous Xref stack location (@code{xref-quit-and-pop-marker-stack}.
@item q
@findex xref-quit
Quit the window showing the @file{*xref*} buffer (@code{xref-quit}).

View file

@ -2436,10 +2436,12 @@ have been renamed to have "proper" public names and documented
('xref-show-definitions-buffer' and
'xref-show-definitions-buffer-at-bottom').
*** New command 'xref-quit-and-pop-marker-stack' and a binding for it
in "*xref*" buffers ('M-,'). This combination is easy to press
semi-accidentally if the user wants to go back in the middle of
choosing the exact definition to go to, and this should do TRT.
+++
*** New command 'xref-quit-and-pop-marker-stack'.
This command is bound to 'M-,' in "*xref*" buffers. This combination
is easy to press semi-accidentally if the user wants to go back in the
middle of choosing the exact definition to go to, and this should do
TRT.
---
*** New value 'project-relative' for 'xref-file-name-display'.
@ -2458,6 +2460,7 @@ binding in 'xref--xref-buffer-mode-map'.
When non-nil, matches for identifiers in the file visited by the
current buffer will be shown first in the "*xref*" buffer.
+++
*** The etags Xref backend now honors 'tags-apropos-additional-actions'.
You can customize it to augment the output of 'xref-find-apropos',
like it affected the output of 'tags-apropos', which is obsolete since
@ -2710,6 +2713,7 @@ The 'erc-current-nick-highlight-type', 'erc-pal-highlight-type',
'erc-dangerous-host-highlight-type' variables now support a 'message'
type for highlighting the entire message but not the sender's nick.
---
*** erc-status-sidebar.el is now part of ERC.
The 'erc-status-sidebar' package which provides a HexChat-like
activity overview sidebar for joined IRC channels is now part of ERC.