(forward-sentence): Doc fix.

Reported by Drew Adams <drew.adams@oracle.com>.
This commit is contained in:
Juanma Barranquero 2007-11-21 00:32:46 +00:00
parent 37dddac63c
commit 33127d1a78
2 changed files with 7 additions and 2 deletions

View 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,

View 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."