comparison lisp/prim/fill.el @ 30:ec9a17fef872 r19-15b98

Import from CVS: tag r19-15b98
author cvs
date Mon, 13 Aug 2007 08:52:29 +0200
parents b82b59fe008d
children 28a7c63c7e1e
comparison
equal deleted inserted replaced
29:7976500f47f9 30:ec9a17fef872
202 202
203 Normally performs justification according to the `current-justification' 203 Normally performs justification according to the `current-justification'
204 function, but with a prefix arg, does full justification instead. 204 function, but with a prefix arg, does full justification instead.
205 205
206 From a program, optional third arg JUSTIFY can specify any type of 206 From a program, optional third arg JUSTIFY can specify any type of
207 ustification. Fourth arg NOSQUEEZE non-nil means not to make spaces 207 justification. Fourth arg NOSQUEEZE non-nil means not to make spaces
208 between words canonical before filling. Fifth arg SQUEEZE-AFTER, if non-nil, 208 between words canonical before filling. Fifth arg SQUEEZE-AFTER, if non-nil,
209 means don't canonicalize spaces before that position. 209 means don't canonicalize spaces before that position.
210 210
211 If `sentence-end-double-space' is non-nil, then period followed by one 211 If `sentence-end-double-space' is non-nil, then period followed by one
212 space does not end a sentence, so don't break a line there." 212 space does not end a sentence, so don't break a line there."