Function: xref-next-line
xref-next-line is an interactive and byte-compiled function defined in
xref.el.gz.
Signature
(xref-next-line)
Documentation
Move to the next xref and display its source in the appropriate window.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/xref.el.gz
(defun xref-next-line ()
"Move to the next xref and display its source in the appropriate window."
(interactive)
(xref-next-line-no-show)
(xref-show-location-at-point))