diff options
| author | Erik Naggum <erik@naggum.no> | 1996-02-22 02:57:50 +0000 | 
|---|---|---|
| committer | Erik Naggum <erik@naggum.no> | 1996-02-22 02:57:50 +0000 | 
| commit | f3253b8f05fd3f77ecca7567d0077befb7f6674c (patch) | |
| tree | 77edc86ebed6373a227d9f95c99b23e28064820c /lisp/textmodes | |
| parent | 87206843a32e1407ca94cc54533eaff6b9790e7f (diff) | |
| download | emacs-f3253b8f05fd3f77ecca7567d0077befb7f6674c.tar.gz | |
(fill-region-as-paragraph): Doc fix.
Diffstat (limited to 'lisp/textmodes')
| -rw-r--r-- | lisp/textmodes/fill.el | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/fill.el b/lisp/textmodes/fill.el index 94a19d1d127..b65b291d8d8 100644 --- a/lisp/textmodes/fill.el +++ b/lisp/textmodes/fill.el @@ -180,7 +180,7 @@ function, but with a prefix arg, does full justification instead.  From a program, optional third arg JUSTIFY can specify any type of  justification.  Fourth arg NOSQUEEZE non-nil means not to make spaces -between words canonical before filling.  Firth arg SQUEEZE-AFTER, if non-nil, +between words canonical before filling.  Fifth arg SQUEEZE-AFTER, if non-nil,  means don't canonicalize spaces before that position.  If `sentence-end-double-space' is non-nil, then period followed by one  | 
