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

lisp/ChangeLog
lisp/textmodes/paragraphs.el

index f2322ae4d24e1f572d87acf4dbd6cf39dd86f641..b050d2a5faa52fec613bf4322bdbc934a0c77de9 100644 (file)
@@ -1,3 +1,8 @@
+2007-11-21  Juanma Barranquero  <lekktu@gmail.com>
+
+       * textmodes/paragraphs.el (forward-sentence): Doc fix.
+       Reported by Drew Adams <drew.adams@oracle.com>.
+
 2007-11-20  Glenn Morris  <rgm@gnu.org>
 
        * emacs-lisp/byte-run.el (declare-function): Define as a no-op,
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."