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 | 70a28b34993fda34b3ef4071615a739ed912a83a (patch) | |
tree | 235962ce9fdc5106f9f8df32b011a677e51e457e /lisp/textmodes | |
parent | 402b27525324ed99243b90367609658ce01afc38 (diff) | |
download | emacs-70a28b34993fda34b3ef4071615a739ed912a83a.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 |