diff lisp/simple.el @ 39110:9e2ff77fc88a

(backward-word): Doc fix.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 04 Sep 2001 08:37:35 +0000
parents d15594ca0e7d
children 34a21edb136e
line wrap: on
line diff
--- a/lisp/simple.el	Tue Sep 04 08:10:29 2001 +0000
+++ b/lisp/simple.el	Tue Sep 04 08:37:35 2001 +0000
@@ -2787,7 +2787,7 @@
     (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)))