]> git.eshelyaron.com Git - emacs.git/commitdiff
(forward-sentence): Doc fix.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 21 Nov 2007 00:28:30 +0000 (00:28 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 21 Nov 2007 00:28:30 +0000 (00:28 +0000)
Reported by Drew Adams <drew.adams@oracle.com>.

lisp/textmodes/paragraphs.el

index 201eeebb6235154aafbb708628c9af05bf4d9ef5..06ebeea9fa0160e0661facb020251cad6c881855 100644 (file)
@@ -440,8 +440,8 @@ negative arg -N means kill forward to Nth end of paragraph."
              (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."