Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
368d104a
Commit
368d104a
authored
Jul 07, 1997
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Doc fixes.
parent
76810f60
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
lisp/textmodes/fill.el
lisp/textmodes/fill.el
+3
-0
No files found.
lisp/textmodes/fill.el
View file @
368d104a
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment