comparison lisp/textmodes/fill.el @ 13839:d597ac78b00e

(fill-paragraph-function): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sun, 24 Dec 1995 23:30:18 +0000
parents f85b6bd0f925
children 6758b889a7c1
comparison
equal deleted inserted replaced
13838:ca284f531f71 13839:d597ac78b00e
39 39
40 (defconst colon-double-space nil 40 (defconst colon-double-space nil
41 "*Non-nil means put two spaces after a colon when filling.") 41 "*Non-nil means put two spaces after a colon when filling.")
42 42
43 (defvar fill-paragraph-function nil 43 (defvar fill-paragraph-function nil
44 "Mode-specific function to fill a paragraph.") 44 "Mode-specific function to fill a paragraph, or nil if there is none.
45 If the function returns nil, then `fill-paragraph' does its normal work.")
45 46
46 (defun set-fill-prefix () 47 (defun set-fill-prefix ()
47 "Set the fill prefix to the current line up to point. 48 "Set the fill prefix to the current line up to point.
48 Filling expects lines to start with the fill prefix and 49 Filling expects lines to start with the fill prefix and
49 reinserts the fill prefix in each resulting line." 50 reinserts the fill prefix in each resulting line."