# HG changeset patch # User Richard M. Stallman # Date 1090705566 0 # Node ID 7186cf407b7a114db5337967da3d276e368028f2 # Parent b1b127f6d343a82b64e4ccca45d4483213ae1673 (Paragraphs): Update how paragraphs are separated and the default for paragraph-separate. diff -r b1b127f6d343 -r 7186cf407b7a man/text.texi --- a/man/text.texi Sat Jul 24 21:45:28 2004 +0000 +++ b/man/text.texi Sat Jul 24 21:46:06 2004 +0000 @@ -264,10 +264,10 @@ @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 Fundamental -mode, but not in Text mode, an indented line also starts a new -paragraph. (If a paragraph is preceded by a blank line, these commands -treat that blank line as the beginning of the paragraph.) +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 a paragraph is preceded by a blank line, these +commands treat that blank line as the beginning of the paragraph.) In major modes for programs, paragraphs begin and end only at blank lines. This makes the paragraph commands continue to be useful even @@ -300,7 +300,7 @@ contained in it must match only @code{paragraph-start}, not @code{paragraph-separate}. For example, in Fundamental mode, @code{paragraph-start} is @w{@code{"[ \t\n\f]"}}, and -@code{paragraph-separate} is @w{@code{"[ \t\f]*$"}}. +@code{paragraph-separate} is @w{@code{"\f\\|[ \t]*$"}}. Normally it is desirable for page boundaries to separate paragraphs. The default values of these variables recognize the usual separator for