changeset 39110:9e2ff77fc88a

(backward-word): Doc fix.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 04 Sep 2001 08:37:35 +0000
parents 16db1b58f8ef
children c10fdb82dffd
files lisp/simple.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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)))