Function: allout-reset-header-lead

allout-reset-header-lead is an interactive and byte-compiled function defined in allout.el.gz.

Signature

(allout-reset-header-lead HEADER-LEAD)

Documentation

Reset the leading string used to identify topic headers.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/allout.el.gz
;;;_   X allout-reset-header-lead (header-lead)
(defun allout-reset-header-lead (header-lead)
  "Reset the leading string used to identify topic headers."
  (interactive "sNew lead string: ")
  (setq allout-header-prefix header-lead)
  (setq allout-header-subtraction (1- (length allout-header-prefix)))
  (allout-set-regexp))