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 201eeebb623..06ebeea9fa0 100644 --- a/lisp/textmodes/paragraphs.el +++ b/lisp/textmodes/paragraphs.el | |||
| @@ -440,8 +440,8 @@ negative arg -N means kill forward to Nth end of paragraph." | |||
| 440 | (end-of-paragraph-text)))))) | 440 | (end-of-paragraph-text)))))) |
| 441 | 441 | ||
| 442 | (defun forward-sentence (&optional arg) | 442 | (defun forward-sentence (&optional arg) |
| 443 | "Move forward to next `sentence-end'. With argument, repeat. | 443 | "Move forward to next end of sentence. With argument, repeat. |
| 444 | With negative argument, move backward repeatedly to `sentence-beginning'. | 444 | With negative argument, move backward repeatedly to start of sentence. |
| 445 | 445 | ||
| 446 | The variable `sentence-end' is a regular expression that matches ends of | 446 | The variable `sentence-end' is a regular expression that matches ends of |
| 447 | sentences. Also, every paragraph boundary terminates sentences as well." | 447 | sentences. Also, every paragraph boundary terminates sentences as well." |