Variable: allout-line-boundary-regexp

allout-line-boundary-regexp is a buffer-local variable defined in allout.el.gz.

Documentation

allout-regexp prepended with a newline for the search target.

This is properly set by allout-set-regexp.

Source Code

;; Defined in /usr/src/emacs/lisp/allout.el.gz
;;;_   = allout-line-boundary-regexp
(defvar-local allout-line-boundary-regexp ()
  "`allout-regexp' prepended with a newline for the search target.

This is properly set by `allout-set-regexp'.")