changeset 79458:6659094e0d7d

(forward-sentence): Doc fix. Reported by Drew Adams <drew.adams@oracle.com>.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 21 Nov 2007 00:31:48 +0000
parents 24f4925384aa
children 65d8378b766b
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 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."