From: Gerd Moellmann Date: Tue, 4 Sep 2001 08:37:35 +0000 (+0000) Subject: (backward-word): Doc fix. X-Git-Tag: emacs-pretest-21.0.106~256 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b7e91b0cf8064beb076a158f412ce62d22bf51c3;p=emacs.git (backward-word): Doc fix. --- 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)))