From 20ecc11096245ab8d9ce1ee8f8b5011d65646e7f Mon Sep 17 00:00:00 2001 From: Dave Love Date: Fri, 6 Oct 2000 18:13:28 +0000 Subject: [PATCH] (backward-word): Doc fix. --- lisp/simple.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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))) -- 2.39.2