# HG changeset patch # User Juri Linkov # Date 1122057804 0 # Node ID e139156061a716613c75bb5fc3dfa7a4012ca48d # Parent 79fcb8ba32debc9867ccf6d8109b3aa3402b7354 (line-move-1): Fix comments. diff -r 79fcb8ba32de -r e139156061a7 lisp/simple.el --- 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)