+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,
(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."