Function: reftex-toc-demote

reftex-toc-demote is an interactive and byte-compiled function defined in reftex-toc.el.gz.

Signature

(reftex-toc-demote &optional ARG)

Documentation

Demote section at point. If region is active, apply to all in region.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/reftex-toc.el.gz
(defun reftex-toc-demote (&optional _arg)
  "Demote section at point.  If region is active, apply to all in region."
  (interactive)
  (reftex-toc-do-promote 1))