diff options
| -rw-r--r-- | doc/emacs/text.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/text.texi b/doc/emacs/text.texi index f06a0c83426..12606855ea0 100644 --- a/doc/emacs/text.texi +++ b/doc/emacs/text.texi | |||
| @@ -296,7 +296,7 @@ mark by one paragraph. | |||
| 296 | 296 | ||
| 297 | The definition of a paragraph depends on the major mode. In | 297 | The definition of a paragraph depends on the major mode. In |
| 298 | Fundamental mode, as well as Text mode and related modes, a paragraph | 298 | Fundamental mode, as well as Text mode and related modes, a paragraph |
| 299 | is separated each neighboring paragraph another by one or more | 299 | is separated from neighboring paragraphs by one or more |
| 300 | @dfn{blank lines}---lines that are either empty, or consist solely of | 300 | @dfn{blank lines}---lines that are either empty, or consist solely of |
| 301 | space, tab and/or formfeed characters. In programming language modes, | 301 | space, tab and/or formfeed characters. In programming language modes, |
| 302 | paragraphs are usually defined in a similar way, so that you can use | 302 | paragraphs are usually defined in a similar way, so that you can use |