summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2001-09-04 08:37:35 +0000
committerGerd Moellmann <gerd@gnu.org>2001-09-04 08:37:35 +0000
commitb7e91b0cf8064beb076a158f412ce62d22bf51c3 (patch)
tree59dcb87fc3e7eadacfa2e1d3f054d49455c56274
parent2eef02ab274cfdcf37fb197560b8695ba0f8c0ba (diff)
downloademacs-b7e91b0cf8064beb076a158f412ce62d22bf51c3.tar.gz
(backward-word): Doc fix.
-rw-r--r--lisp/simple.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/simple.el b/lisp/simple.el
index 6d47c4750e3..8d2a5707898 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -2787,7 +2787,7 @@ With argument 0, interchanges line point is in with line mark is in."
(insert word2)))
(defun backward-word (arg)
- "Move backward until encountering the end of a word.
+ "Move backward until encountering the beginning of a word.
With argument, do this that many times."
(interactive "p")
(forward-word (- arg)))