Variable: auto-fill-inhibit-regexp

auto-fill-inhibit-regexp is a customizable variable defined in simple.el.gz.

Value

nil

Documentation

Regexp to match lines that should not be auto-filled.

Source Code

;; Defined in /usr/src/emacs/lisp/simple.el.gz
(defcustom auto-fill-inhibit-regexp nil
  "Regexp to match lines that should not be auto-filled."
  :type '(choice (const :tag "None" nil)
		 regexp)
  :group 'fill)