# HG changeset patch # User Dave Love # Date 970856008 0 # Node ID ae7e7e548bf36aa49a272599bafc584fcfce4c55 # Parent 43d80d6d2a8b322d8b7c769529a5774761b3c630 (backward-word): Doc fix. diff -r 43d80d6d2a8b -r ae7e7e548bf3 lisp/simple.el --- a/lisp/simple.el Fri Oct 06 16:33:46 2000 +0000 +++ b/lisp/simple.el Fri Oct 06 18:13:28 2000 +0000 @@ -2683,8 +2683,7 @@ (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)))