Function: reftex-select-previous
reftex-select-previous is an interactive and byte-compiled function
defined in reftex-sel.el.gz.
Signature
(reftex-select-previous &optional ARG)
Documentation
Move to previous selectable item.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/reftex-sel.el.gz
(defun reftex-select-previous (&optional arg)
"Move to previous selectable item."
(interactive "p")
(setq reftex-callback-fwd nil)
(re-search-backward "^[^. \t\n\r]" nil t arg))