Function: xref-prev-line-no-show
xref-prev-line-no-show is an interactive and byte-compiled function
defined in xref.el.gz.
Signature
(xref-prev-line-no-show)
Documentation
Move to the previous xref but don't display its source.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/xref.el.gz
(defun xref-prev-line-no-show ()
"Move to the previous xref but don't display its source."
(interactive)
(xref--search-property 'xref-item t))