Variable: adaptive-fill-function

adaptive-fill-function is a customizable variable defined in fill.el.gz.

Documentation

Function to call to choose a fill prefix for a paragraph.

A nil return value means the function has not determined the fill prefix.

This variable was added, or its default value changed, in Emacs 27.1.

View in manual

Probably introduced at or before Emacs version 19.30.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/fill.el.gz
(defcustom adaptive-fill-function #'ignore
  "Function to call to choose a fill prefix for a paragraph.
A nil return value means the function has not determined the fill prefix."
  :version "27.1"
  :type 'function)