From b7e91b0cf8064beb076a158f412ce62d22bf51c3 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Tue, 4 Sep 2001 08:37:35 +0000 Subject: [PATCH] (backward-word): Doc fix. --- lisp/simple.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/simple.el b/lisp/simple.el index 6d47c4750e3..8d2a5707898 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -2787,7 +2787,7 @@ With argument 0, interchanges line point is in with line mark is in." (insert word2))) (defun backward-word (arg) - "Move backward until encountering the end of a word. + "Move backward until encountering the beginning of a word. With argument, do this that many times." (interactive "p") (forward-word (- arg))) -- 2.39.2