diff options
Diffstat (limited to 'lisp/textmodes')
| -rw-r--r-- | lisp/textmodes/paragraphs.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/textmodes/paragraphs.el b/lisp/textmodes/paragraphs.el index 231eba6ba86..b21369edfda 100644 --- a/lisp/textmodes/paragraphs.el +++ b/lisp/textmodes/paragraphs.el | |||
| @@ -355,8 +355,8 @@ With argument ARG, do it ARG times; | |||
| 355 | a negative argument ARG = -N means move forward N paragraphs. | 355 | a negative argument ARG = -N means move forward N paragraphs. |
| 356 | 356 | ||
| 357 | A paragraph start is the beginning of a line which is a | 357 | A paragraph start is the beginning of a line which is a |
| 358 | `first-line-of-paragraph' or which is ordinary text and follows a | 358 | `paragraph-start' or which is ordinary text and follows a |
| 359 | paragraph-separating line; except: if the first real line of a | 359 | `paragraph-separate'ing line; except: if the first real line of a |
| 360 | paragraph is preceded by a blank line, the paragraph starts at that | 360 | paragraph is preceded by a blank line, the paragraph starts at that |
| 361 | blank line. | 361 | blank line. |
| 362 | 362 | ||