# HG changeset patch # User Juanma Barranquero # Date 1195604910 0 # Node ID 3364f646cb99d846bdf202cd036fbaaeb724885a # Parent 9c090555c0dd4debc43ca8244efab05dc8ba57a8 (forward-sentence): Doc fix. Reported by Drew Adams . diff -r 9c090555c0dd -r 3364f646cb99 lisp/textmodes/paragraphs.el --- 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."