1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-06 11:55:48 +00:00

(fill-region): Doc fix.

This commit is contained in:
Juanma Barranquero 2007-01-10 15:28:11 +00:00
parent d483ec4cdb
commit 743a6977d4
2 changed files with 13 additions and 8 deletions

View File

@ -1,3 +1,8 @@
2007-01-10 Juanma Barranquero <lekktu@gmail.com>
* ediff-init.el (ediff-autostore-merges):
* textmodes/fill.el (fill-region): Doc fix.
2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
* server.el (server-ensure-safe-dir): UIDs may be floats.

View File

@ -948,13 +948,13 @@ Ordinarily the variable `fill-column' controls the width.
Noninteractively, the third argument JUSTIFY specifies which
kind of justification to do: `full', `left', `right', `center',
or `none' (equivalent to nil). t means handle each paragraph
as specified by its text properties.
or `none' (equivalent to nil). A value of t means handle each
paragraph as specified by its text properties.
The fourth arg NOSQUEEZE non-nil means to leave
whitespace other than line breaks untouched, and fifth arg TO-EOP
non-nil means to keep filling to the end of the paragraph (or next
hard newline, if variable `use-hard-newlines' is on).
The fourth arg NOSQUEEZE non-nil means to leave whitespace other
than line breaks untouched, and fifth arg TO-EOP non-nil means
to keep filling to the end of the paragraph (or next hard newline,
if variable `use-hard-newlines' is on).
Return the fill-prefix used for filling the last paragraph.