diff options
| author | Richard M. Stallman | 2004-07-24 21:46:06 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2004-07-24 21:46:06 +0000 |
| commit | d3d3f35df9782d8d812d175b47eed5fb8f79e6b3 (patch) | |
| tree | fa316fa0509b6a02beaf54680950c25d3a56fce7 | |
| parent | 8de9d3f63168cc38e2bcb1878bb2344568a9200e (diff) | |
| download | emacs-d3d3f35df9782d8d812d175b47eed5fb8f79e6b3.tar.gz emacs-d3d3f35df9782d8d812d175b47eed5fb8f79e6b3.zip | |
(Paragraphs): Update how paragraphs are separated
and the default for paragraph-separate.
| -rw-r--r-- | man/text.texi | 10 |
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 |
| 265 | paragraph, while @kbd{M-@}} moves to the end of the current or next | 265 | paragraph, while @kbd{M-@}} moves to the end of the current or next |
| 266 | paragraph. Blank lines and text-formatter command lines separate | 266 | paragraph. Blank lines and text-formatter command lines separate |
| 267 | paragraphs and are not considered part of any paragraph. In Fundamental | 267 | paragraphs and are not considered part of any paragraph. In Indented |
| 268 | mode, but not in Text mode, an indented line also starts a new | 268 | Text mode, but not in Text mode, an indented line also starts a new |
| 269 | paragraph. (If a paragraph is preceded by a blank line, these commands | 269 | paragraph. (If a paragraph is preceded by a blank line, these |
| 270 | treat that blank line as the beginning of the paragraph.) | 270 | commands 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 |
| 273 | lines. This makes the paragraph commands continue to be useful even | 273 | lines. 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 | |||
| 300 | contained in it must match only @code{paragraph-start}, not | 300 | contained 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. |
| 306 | The default values of these variables recognize the usual separator for | 306 | The default values of these variables recognize the usual separator for |