From 3103b038dec860b221851929eac0b6c07fdb603e Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 24 Dec 1995 23:30:18 +0000 Subject: [PATCH] (fill-paragraph-function): Doc fix. --- lisp/textmodes/fill.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/textmodes/fill.el b/lisp/textmodes/fill.el index d8450141b48..f244a0d4e92 100644 --- a/lisp/textmodes/fill.el +++ b/lisp/textmodes/fill.el @@ -41,7 +41,8 @@ A value of nil means that any change in indentation starts a new paragraph.") "*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. -- 2.39.2