Mercurial > emacs
changeset 32222:ae7e7e548bf3
(backward-word): Doc fix.
author | Dave Love <fx@gnu.org> |
---|---|
date | Fri, 06 Oct 2000 18:13:28 +0000 |
parents | 43d80d6d2a8b |
children | 1d234b7994c8 |
files | lisp/simple.el |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
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)))