diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/simple.el | 2 |
1 files changed, 1 insertions, 1 deletions
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))) |