Function: xref-next-line-no-show

xref-next-line-no-show is an interactive and byte-compiled function defined in xref.el.gz.

Signature

(xref-next-line-no-show)

Documentation

Move to the next xref but don't display its source.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/xref.el.gz
(defun xref-next-line-no-show ()
  "Move to the next xref but don't display its source."
  (interactive)
  (xref--search-property 'xref-item))