]> git.eshelyaron.com Git - emacs.git/commitdiff
(fill-paragraph-function): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Sun, 24 Dec 1995 23:30:18 +0000 (23:30 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 24 Dec 1995 23:30:18 +0000 (23:30 +0000)
lisp/textmodes/fill.el

index d8450141b4887192c32a8562163b0a78abe20357..f244a0d4e9246acb3b5ad99de78ae59d0d9296bb 100644 (file)
@@ -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.