Function: reftex-select-previous-heading

reftex-select-previous-heading is an interactive and byte-compiled function defined in reftex-sel.el.gz.

Signature

(reftex-select-previous-heading &optional ARG)

Documentation

Move to previous table of contents line.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/reftex-sel.el.gz
(defun reftex-select-previous-heading (&optional arg)
  "Move to previous table of contents line."
  (interactive "p")
  (re-search-backward "^ " nil t arg))