# HG changeset patch # User Gerd Moellmann # Date 999592655 0 # Node ID 9e2ff77fc88ac339571aa5275c51851f3d8785b0 # Parent 16db1b58f8ef5979cc15906ce36d1e56433c5c74 (backward-word): Doc fix. diff -r 16db1b58f8ef -r 9e2ff77fc88a lisp/simple.el --- a/lisp/simple.el Tue Sep 04 08:10:29 2001 +0000 +++ b/lisp/simple.el Tue Sep 04 08:37:35 2001 +0000 @@ -2787,7 +2787,7 @@ (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)))