Variable: fill-forward-paragraph-function

fill-forward-paragraph-function is a variable defined in fill.el.gz.

Value

forward-paragraph

Documentation

Function to move over paragraphs used by the filling code.

It is called with a single argument specifying the number of paragraphs to move. Just like forward-paragraph, it should return the number of paragraphs left to move.

View in manual

Probably introduced at or before Emacs version 23.1.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/fill.el.gz
(defvar fill-forward-paragraph-function 'forward-paragraph
  "Function to move over paragraphs used by the filling code.
It is called with a single argument specifying the number of paragraphs to move.
Just like `forward-paragraph', it should return the number of paragraphs
left to move.")