Function: xref-prev-line
xref-prev-line is an interactive and byte-compiled function defined in
xref.el.gz.
Signature
(xref-prev-line)
Documentation
Move to the previous 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-prev-line ()
"Move to the previous xref and display its source in the appropriate window."
(interactive)
(xref-prev-line-no-show)
(xref-show-location-at-point))