Mercurial > emacs
diff lisp/simple.el @ 32222:ae7e7e548bf3
(backward-word): Doc fix.
author | Dave Love <fx@gnu.org> |
---|---|
date | Fri, 06 Oct 2000 18:13:28 +0000 |
parents | f10445ddce32 |
children | b3df18daadfb |
line wrap: on
line diff
--- 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)))