Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e1965a69
Commit
e1965a69
authored
Oct 06, 2007
by
Juri Linkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Filling): Document fill-paragraph-or-region.
parent
0d8fb755
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+4
-0
doc/lispref/text.texi
doc/lispref/text.texi
+6
-0
No files found.
doc/lispref/ChangeLog
View file @
e1965a69
2007
-
10
-
06
Juri
Linkov
<
juri
@
jurta
.
org
>
*
text
.
texi
(
Filling
):
Document
fill
-
paragraph
-
or
-
region
.
2007
-
10
-
05
Juanma
Barranquero
<
lekktu
@
gmail
.
com
>
*
display
.
texi
(
Auto
Faces
):
Fix
typo
.
...
...
doc/lispref/text.texi
View file @
e1965a69
...
...
@@ -1453,6 +1453,12 @@ The variable @code{paragraph-separate} controls how to distinguish
paragraphs. @xref{Standard Regexps}.
@end deffn
@deffn Command fill-paragraph-or-region justify
In Transient Mark mode, when the mark is active, this command calls
@code{fill-region} on the active region. Otherwise, it calls
@code{fill-paragraph}.
@end deffn
@deffn Command fill-individual-paragraphs start end &optional justify citation-regexp
This command fills each paragraph in the region according to its
individual fill prefix. Thus, if the lines of a paragraph were indented
...
...
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