diff options
Diffstat (limited to 'lisp/simple.el')
-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 a78f152cbcd..38302f32233 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -4088,7 +4088,7 @@ With argument, do this that many times." (kill-region (point) (progn (forward-word arg) (point)))) (defun backward-kill-word (arg) - "Kill characters backward until encountering the end of a word. + "Kill characters backward until encountering the beginning of a word. With argument, do this that many times." (interactive "p") (kill-word (- arg))) |