aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2007-11-21 00:28:30 +0000
committerJuanma Barranquero <[email protected]>2007-11-21 00:28:30 +0000
commit71b1b3b5c57e8c5729c583db3f91e0d16270609b (patch)
tree945ff6f04468c034f1c4a43ea46fa925b879ac34 /lisp/textmodes
parent074767f2b1b79f1827a1b14cd9a1cb0a37bd7e82 (diff)
(forward-sentence): Doc fix.
Reported by Drew Adams <[email protected]>.
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/paragraphs.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/textmodes/paragraphs.el b/lisp/textmodes/paragraphs.el
index 201eeebb62..06ebeea9fa 100644
--- a/lisp/textmodes/paragraphs.el
+++ b/lisp/textmodes/paragraphs.el
@@ -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."