mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
(fill-paragraph): Doc fix.
This commit is contained in:
parent
bf64294dde
commit
a9bdfaa4e4
2 changed files with 7 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
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)
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue