Mercurial > hg > xemacs-beta
comparison man/lispref/text.texi @ 290:c9fe270a4101 r21-0b43
Import from CVS: tag r21-0b43
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:36:47 +0200 |
parents | 376386a54a3c |
children | d883f39b8495 |
comparison
equal
deleted
inserted
replaced
289:6e6992ccc4b6 | 290:c9fe270a4101 |
---|---|
1130 @deffn Command fill-paragraph justify | 1130 @deffn Command fill-paragraph justify |
1131 @cindex filling a paragraph | 1131 @cindex filling a paragraph |
1132 This command fills the paragraph at or after point. If | 1132 This command fills the paragraph at or after point. If |
1133 @var{justify} is non-@code{nil}, each line is justified as well. | 1133 @var{justify} is non-@code{nil}, each line is justified as well. |
1134 It uses the ordinary paragraph motion commands to find paragraph | 1134 It uses the ordinary paragraph motion commands to find paragraph |
1135 boundaries. @xref{Paragraphs,,, emacs, The XEmacs User's Manual}. | 1135 boundaries. @xref{Paragraphs,,, xemacs, The XEmacs User's Manual}. |
1136 @end deffn | 1136 @end deffn |
1137 | 1137 |
1138 @deffn Command fill-region start end &optional justify | 1138 @deffn Command fill-region start end &optional justify |
1139 This command fills each of the paragraphs in the region from @var{start} | 1139 This command fills each of the paragraphs in the region from @var{start} |
1140 to @var{end}. It justifies as well if @var{justify} is | 1140 to @var{end}. It justifies as well if @var{justify} is |