1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00

(backward-word): Doc fix.

This commit is contained in:
Gerd Moellmann 2001-09-04 08:37:35 +00:00
parent 2eef02ab27
commit b7e91b0cf8

View file

@ -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)))