Function: sc-eref-next
sc-eref-next is an interactive and byte-compiled function defined in
supercite.el.gz.
Signature
(sc-eref-next)
Documentation
Display next reference in other buffer.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/mail/supercite.el.gz
(defun sc-eref-next ()
"Display next reference in other buffer."
(interactive)
(sc-eref-show (1+ sc-eref-style)))