]> git.eshelyaron.com Git - emacs.git/commitdiff
(line-move-1): Fix comments.
authorJuri Linkov <juri@jurta.org>
Fri, 22 Jul 2005 18:43:24 +0000 (18:43 +0000)
committerJuri Linkov <juri@jurta.org>
Fri, 22 Jul 2005 18:43:24 +0000 (18:43 +0000)
lisp/simple.el

index 9523bc6c28d42c91a1bc4888663b065d1d5e7dee..40a2dae129a1ecd8871c0e82b32d4fc533c66fc7 100644 (file)
@@ -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)