# HG changeset patch # User Richard M. Stallman # Date 819847818 0 # Node ID d597ac78b00ee8eebe64902641dcc2adbd680e76 # Parent ca284f531f710c46bd8d0cf0f2bd27711247d242 (fill-paragraph-function): Doc fix. diff -r ca284f531f71 -r d597ac78b00e lisp/textmodes/fill.el --- a/lisp/textmodes/fill.el Sun Dec 24 23:19:14 1995 +0000 +++ b/lisp/textmodes/fill.el Sun Dec 24 23:30:18 1995 +0000 @@ -41,7 +41,8 @@ "*Non-nil means put two spaces after a colon when filling.") (defvar fill-paragraph-function nil - "Mode-specific function to fill a paragraph.") + "Mode-specific function to fill a paragraph, or nil if there is none. +If the function returns nil, then `fill-paragraph' does its normal work.") (defun set-fill-prefix () "Set the fill prefix to the current line up to point.