aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/simple.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/simple.el b/lisp/simple.el
index 51107e20a29..e50003fa7d5 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -2683,8 +2683,7 @@ With argument 0, interchanges line point is in with line mark is in."
2683 2683
2684(defun backward-word (arg) 2684(defun backward-word (arg)
2685 "Move backward until encountering the end of a word. 2685 "Move backward until encountering the end of a word.
2686With argument, do this that many times. 2686With argument, do this that many times."
2687In programs, it is faster to call `forward-word' with negative arg."
2688 (interactive "p") 2687 (interactive "p")
2689 (forward-word (- arg))) 2688 (forward-word (- arg)))
2690 2689