Variable: allout-outside-normal-auto-fill-function

allout-outside-normal-auto-fill-function is a buffer-local variable defined in allout.el.gz.

Documentation

Value of normal-auto-fill-function outside of allout mode.

Used by allout-auto-fill to do the mandated normal-auto-fill-function wrapped within allout's automatic fill-prefix setting.

Source Code

;; Defined in /usr/src/emacs/lisp/allout.el.gz
;;;_   = allout-outside-normal-auto-fill-function
(defvar-local allout-outside-normal-auto-fill-function nil
  "Value of `normal-auto-fill-function' outside of allout mode.

Used by `allout-auto-fill' to do the mandated `normal-auto-fill-function'
wrapped within allout's automatic `fill-prefix' setting.")