Function: reftex-toc-previous-heading
reftex-toc-previous-heading is an interactive and byte-compiled
function defined in reftex-toc.el.gz.
Signature
(reftex-toc-previous-heading &optional ARG)
Documentation
Move to previous table of contents line.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/reftex-toc.el.gz
(defun reftex-toc-previous-heading (&optional arg)
"Move to previous table of contents line."
(interactive "p")
(re-search-backward "^ " nil t arg))