From: Dave Love Date: Fri, 6 Oct 2000 18:13:28 +0000 (+0000) Subject: (backward-word): Doc fix. X-Git-Tag: emacs-pretest-21.0.90~1096 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=20ecc11096245ab8d9ce1ee8f8b5011d65646e7f;p=emacs.git (backward-word): Doc fix. --- diff --git a/lisp/simple.el b/lisp/simple.el index 51107e20a29..e50003fa7d5 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -2683,8 +2683,7 @@ With argument 0, interchanges line point is in with line mark is in." (defun backward-word (arg) "Move backward until encountering the end of a word. -With argument, do this that many times. -In programs, it is faster to call `forward-word' with negative arg." +With argument, do this that many times." (interactive "p") (forward-word (- arg)))