Variable: fill-individual-varying-indent

fill-individual-varying-indent is a customizable variable defined in fill.el.gz.

Value

nil

Documentation

Controls criterion for a new paragraph in fill-individual-paragraphs.

Non-nil means changing indent doesn't end a paragraph. That mode can handle paragraphs with extra indentation on the first line, but it requires separator lines between paragraphs. A value of nil means that any change in indentation starts a new paragraph.

View in manual

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/fill.el.gz
(defcustom fill-individual-varying-indent nil
  "Controls criterion for a new paragraph in `fill-individual-paragraphs'.
Non-nil means changing indent doesn't end a paragraph.
That mode can handle paragraphs with extra indentation on the first line,
but it requires separator lines between paragraphs.
A value of nil means that any change in indentation starts a new paragraph."
  :type 'boolean)