From: Juri Linkov Date: Fri, 22 Jul 2005 18:43:24 +0000 (+0000) Subject: (line-move-1): Fix comments. X-Git-Tag: emacs-pretest-22.0.90~7907 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f9872a6bb3415b3c0b626cf5334a474e985e51f5;p=emacs.git (line-move-1): Fix comments. --- diff --git a/lisp/simple.el b/lisp/simple.el index 9523bc6c28d..40a2dae129a 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -3491,8 +3491,8 @@ Outline mode sets this." ;; 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)