diff options
| -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 |