aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2004-07-24 21:46:06 +0000
committerRichard M. Stallman2004-07-24 21:46:06 +0000
commitd3d3f35df9782d8d812d175b47eed5fb8f79e6b3 (patch)
treefa316fa0509b6a02beaf54680950c25d3a56fce7
parent8de9d3f63168cc38e2bcb1878bb2344568a9200e (diff)
downloademacs-d3d3f35df9782d8d812d175b47eed5fb8f79e6b3.tar.gz
emacs-d3d3f35df9782d8d812d175b47eed5fb8f79e6b3.zip
(Paragraphs): Update how paragraphs are separated
and the default for paragraph-separate.
-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