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:
parent
2eef02ab27
commit
b7e91b0cf8
1 changed files with 1 additions and 1 deletions
|
|
@ -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)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue