]> git.eshelyaron.com Git - emacs.git/commit
Add commands xref-next-group and xref-prev-group
authorDaniel Martín <mardani29@yahoo.es>
Mon, 7 Dec 2020 16:01:35 +0000 (17:01 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 7 Dec 2020 16:01:35 +0000 (17:01 +0100)
commit6e0080e755b460adc7a1fda74e26f83cb342b6dc
tree62f09ad8f9165800b4ab517cd3bb4e96fabcdad1
parent13651833c73b78e509a47ab38b8c5a60134f04fc
Add commands xref-next-group and xref-prev-group

* lisp/progmodes/xref.el (xref-next-group): New command that navigates
to the first item of the next xref group (typically a file).
(xref-prev-group): New command that navigates
to the first item of the next xref group (typically a file).
(xref--xref-buffer-mode-map): Bound the new commands to 'N' and 'P',
respectively.
* doc/emacs/maintaining.texi (Xref Commands): Document the new
commands in the Emacs manual.
* etc/NEWS: Announce them (bug#45089).
doc/emacs/maintaining.texi
etc/NEWS
lisp/progmodes/xref.el