Mercurial > emacs
changeset 64598:e139156061a7
(line-move-1): Fix comments.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Fri, 22 Jul 2005 18:43:24 +0000 |
parents | 79fcb8ba32de |
children | 8855370e6a88 |
files | lisp/simple.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/simple.el Fri Jul 22 18:40:15 2005 +0000 +++ b/lisp/simple.el Fri Jul 22 18:43:24 2005 +0000 @@ -3491,8 +3491,8 @@ ;; at least go to end of line. (end-of-line)) ((< arg 0) - ;; If we did not move down as far as desired, - ;; at least go to end of line. + ;; If we did not move up as far as desired, + ;; at least go to beginning of line. (beginning-of-line)) (t (line-move-finish (or goal-column temporary-goal-column)