From: Richard M. Stallman Date: Fri, 23 Sep 2005 18:24:32 +0000 (+0000) Subject: (Paragraphs): Correction about Paragraph-Indent Text mode. X-Git-Tag: emacs-pretest-22.0.90~6976 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7e88fc6c846874e399ee27a2a15233ea2b5002a5;p=emacs.git (Paragraphs): Correction about Paragraph-Indent Text mode. --- diff --git a/man/text.texi b/man/text.texi index 01cacc1a62e..5abb736a891 100644 --- a/man/text.texi +++ b/man/text.texi @@ -266,10 +266,11 @@ Put point and mark around this or next paragraph (@code{mark-paragraph}). @kbd{M-@{} moves to the beginning of the current or previous paragraph, while @kbd{M-@}} moves to the end of the current or next paragraph. Blank lines and text-formatter command lines separate -paragraphs and are not considered part of any paragraph. In Indented -Text mode, but not in Text mode, an indented line also starts a new -paragraph. If there is a blank line before the paragraph, @kbd{M-@{} -moves to the blank line, because that is convenient in practice. +paragraphs and are not considered part of any paragraph. In +Paragraph-Indent Text mode, but not in Text mode, an indented line +also starts a new paragraph. If there is a blank line before the +paragraph, @kbd{M-@{} moves to the blank line, because that is +convenient in practice. In major modes for programs, paragraphs begin and end only at blank lines. This makes the paragraph commands continue to be useful even