Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a9bdfaa4
Commit
a9bdfaa4
authored
Apr 28, 2007
by
Eli Zaretskii
Browse files
(fill-paragraph): Doc fix.
parent
bf64294d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/textmodes/fill.el
lisp/textmodes/fill.el
+3
-1
No files found.
lisp/ChangeLog
View file @
a9bdfaa4
2007-04-28 Eli Zaretskii <eliz@gnu.org>
* textmodes/fill.el (fill-paragraph): Doc fix.
2007-04-28 Glenn Morris <rgm@gnu.org>
* image-dired.el (image-dired-cmd-create-thumbnail-options)
lisp/textmodes/fill.el
View file @
a9bdfaa4
...
...
@@ -748,7 +748,9 @@ space does not end a sentence, so don't break a line there."
(fill-paragraph arg)))
(defun fill-paragraph (arg)
"Fill paragraph at or after point. Prefix ARG means justify as well.
"Fill paragraph at or after point.
If ARG is non-nil (interactively, with prefix argument), 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.
...
...
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