]> git.eshelyaron.com Git - emacs.git/commitdiff
(backward-word): Doc fix.
authorDave Love <fx@gnu.org>
Fri, 6 Oct 2000 18:13:28 +0000 (18:13 +0000)
committerDave Love <fx@gnu.org>
Fri, 6 Oct 2000 18:13:28 +0000 (18:13 +0000)
lisp/simple.el

index 51107e20a295747c1aa047fbdf89f2a4f63cd63e..e50003fa7d534aac5872c6360ac071c03bbc098e 100644 (file)
@@ -2683,8 +2683,7 @@ With argument 0, interchanges line point is in with line mark is in."
 \f
 (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)))