diff options
| author | Richard M. Stallman | 2005-09-23 18:24:32 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-09-23 18:24:32 +0000 |
| commit | 7e88fc6c846874e399ee27a2a15233ea2b5002a5 (patch) | |
| tree | ccf09ac2418b28d1075a82b0f9bd35d5170a5e00 | |
| parent | 913f73d4ee958218c5ce3b5a3957bee4f844f124 (diff) | |
| download | emacs-7e88fc6c846874e399ee27a2a15233ea2b5002a5.tar.gz emacs-7e88fc6c846874e399ee27a2a15233ea2b5002a5.zip | |
(Paragraphs): Correction about Paragraph-Indent Text mode.
| -rw-r--r-- | man/text.texi | 9 |
1 files changed, 5 insertions, 4 deletions
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}). | |||
| 266 | @kbd{M-@{} moves to the beginning of the current or previous | 266 | @kbd{M-@{} moves to the beginning of the current or previous |
| 267 | paragraph, while @kbd{M-@}} moves to the end of the current or next | 267 | paragraph, while @kbd{M-@}} moves to the end of the current or next |
| 268 | paragraph. Blank lines and text-formatter command lines separate | 268 | paragraph. Blank lines and text-formatter command lines separate |
| 269 | paragraphs and are not considered part of any paragraph. In Indented | 269 | paragraphs and are not considered part of any paragraph. In |
| 270 | Text mode, but not in Text mode, an indented line also starts a new | 270 | Paragraph-Indent Text mode, but not in Text mode, an indented line |
| 271 | paragraph. If there is a blank line before the paragraph, @kbd{M-@{} | 271 | also starts a new paragraph. If there is a blank line before the |
| 272 | moves to the blank line, because that is convenient in practice. | 272 | paragraph, @kbd{M-@{} moves to the blank line, because that is |
| 273 | convenient in practice. | ||
| 273 | 274 | ||
| 274 | In major modes for programs, paragraphs begin and end only at blank | 275 | In major modes for programs, paragraphs begin and end only at blank |
| 275 | lines. This makes the paragraph commands continue to be useful even | 276 | lines. This makes the paragraph commands continue to be useful even |