changeset 13839:d597ac78b00e

(fill-paragraph-function): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sun, 24 Dec 1995 23:30:18 +0000
parents ca284f531f71
children d0ae4b5acc2f
files lisp/textmodes/fill.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.