# HG changeset patch # User Juanma Barranquero # Date 1195605108 0 # Node ID 6659094e0d7d302d1432f0b700bd4f32ec6c4721 # Parent 24f4925384aac016b2dcdcd6b4c50ac6b6693465 (forward-sentence): Doc fix. Reported by Drew Adams . diff -r 24f4925384aa -r 6659094e0d7d lisp/textmodes/paragraphs.el --- a/lisp/textmodes/paragraphs.el Tue Nov 20 16:17:40 2007 +0000 +++ b/lisp/textmodes/paragraphs.el Wed Nov 21 00:31:48 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."