Mercurial > emacs
changeset 86263:3364f646cb99
(forward-sentence): Doc fix.
Reported by Drew Adams <drew.adams@oracle.com>.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Wed, 21 Nov 2007 00:28:30 +0000 |
parents | 9c090555c0dd |
children | 2c09cdee14d7 |
files | lisp/textmodes/paragraphs.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/paragraphs.el Tue Nov 20 23:08:26 2007 +0000 +++ b/lisp/textmodes/paragraphs.el Wed Nov 21 00:28:30 2007 +0000 @@ -440,8 +440,8 @@ (end-of-paragraph-text)))))) (defun forward-sentence (&optional arg) - "Move forward to next `sentence-end'. With argument, repeat. -With negative argument, move backward repeatedly to `sentence-beginning'. + "Move forward to next end of sentence. With argument, repeat. +With negative argument, move backward repeatedly to start of sentence. The variable `sentence-end' is a regular expression that matches ends of sentences. Also, every paragraph boundary terminates sentences as well."