From f9872a6bb3415b3c0b626cf5334a474e985e51f5 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Fri, 22 Jul 2005 18:43:24 +0000 Subject: [PATCH] (line-move-1): Fix comments. --- lisp/simple.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/simple.el b/lisp/simple.el index 9523bc6c28..40a2dae129 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) -- 2.20.1