aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man/text.texi10
1 files changed, 5 insertions, 5 deletions
diff --git a/man/text.texi b/man/text.texi
index 45c7e504d8a..dbf990a2b57 100644
--- a/man/text.texi
+++ b/man/text.texi
@@ -264,10 +264,10 @@ Put point and mark around this or next paragraph (@code{mark-paragraph}).
264 @kbd{M-@{} moves to the beginning of the current or previous 264 @kbd{M-@{} moves to the beginning of the current or previous
265paragraph, while @kbd{M-@}} moves to the end of the current or next 265paragraph, while @kbd{M-@}} moves to the end of the current or next
266paragraph. Blank lines and text-formatter command lines separate 266paragraph. Blank lines and text-formatter command lines separate
267paragraphs and are not considered part of any paragraph. In Fundamental 267paragraphs and are not considered part of any paragraph. In Indented
268mode, but not in Text mode, an indented line also starts a new 268Text mode, but not in Text mode, an indented line also starts a new
269paragraph. (If a paragraph is preceded by a blank line, these commands 269paragraph. (If a paragraph is preceded by a blank line, these
270treat that blank line as the beginning of the paragraph.) 270commands treat that blank line as the beginning of the paragraph.)
271 271
272 In major modes for programs, paragraphs begin and end only at blank 272 In major modes for programs, paragraphs begin and end only at blank
273lines. This makes the paragraph commands continue to be useful even 273lines. This makes the paragraph commands continue to be useful even
@@ -300,7 +300,7 @@ example, blank lines). Lines that start a new paragraph and are
300contained in it must match only @code{paragraph-start}, not 300contained in it must match only @code{paragraph-start}, not
301@code{paragraph-separate}. For example, in Fundamental mode, 301@code{paragraph-separate}. For example, in Fundamental mode,
302@code{paragraph-start} is @w{@code{"[ \t\n\f]"}}, and 302@code{paragraph-start} is @w{@code{"[ \t\n\f]"}}, and
303@code{paragraph-separate} is @w{@code{"[ \t\f]*$"}}. 303@code{paragraph-separate} is @w{@code{"\f\\|[ \t]*$"}}.
304 304
305 Normally it is desirable for page boundaries to separate paragraphs. 305 Normally it is desirable for page boundaries to separate paragraphs.
306The default values of these variables recognize the usual separator for 306The default values of these variables recognize the usual separator for