Variable: paragraph-ignore-fill-prefix

paragraph-ignore-fill-prefix is a customizable variable defined in paragraphs.el.gz.

Documentation

Non-nil means the paragraph commands are not affected by fill-prefix.

This is desirable in modes where blank lines are the paragraph delimiters.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/paragraphs.el.gz
(defcustom paragraph-ignore-fill-prefix nil
  "Non-nil means the paragraph commands are not affected by `fill-prefix'.
This is desirable in modes where blank lines are the paragraph delimiters."
  :type 'boolean
  :safe #'booleanp)