summaryrefslogtreecommitdiff
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-07-07 18:27:33 +0000
committerRichard M. Stallman <rms@gnu.org>1997-07-07 18:27:33 +0000
commitb62d3c70da5503b04ffda1272e9bdfcb0e0897e7 (patch)
tree97c93355f36e485b8cdb615ca353885630de8928 /lisp/textmodes
parent2210f966e4fddc2a94cebe99283d120cb3af602e (diff)
downloademacs-b62d3c70da5503b04ffda1272e9bdfcb0e0897e7.tar.gz
Doc fixes.
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/fill.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/textmodes/fill.el b/lisp/textmodes/fill.el
index 9aa35449489..e4ebd2a9030 100644
--- a/lisp/textmodes/fill.el
+++ b/lisp/textmodes/fill.el
@@ -244,6 +244,7 @@ act as a paragraph-separator."
It removes any paragraph breaks in the region and extra newlines at the end,
indents and fills lines between the margins given by the
`current-left-margin' and `current-fill-column' functions.
+\(In most cases, the variable `fill-column' controls the width.)
It leaves point at the beginning of the line following the paragraph.
Normally performs justification according to the `current-justification'
@@ -519,6 +520,7 @@ space does not end a sentence, so don't break a line there."
"Fill paragraph at or after point. Prefix arg means justify as well.
If `sentence-end-double-space' is non-nil, then period followed by one
space does not end a sentence, so don't break a line there.
+the variable `fill-column' controls the width for filling.
If `fill-paragraph-function' is non-nil, we call it (passing our
argument to it), and if it returns non-nil, we simply return its value."
@@ -543,6 +545,7 @@ argument to it), and if it returns non-nil, we simply return its value."
(defun fill-region (from to &optional justify nosqueeze to-eop)
"Fill each of the paragraphs in the region.
Prefix arg (non-nil third arg, if called from program) means justify as well.
+Ordinarily the variable `fill-column' controls the width.
Noninteractively, fourth arg NOSQUEEZE non-nil means to leave
whitespace other than line breaks untouched, and fifth arg TO-EOP