1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-29 07:58:28 +00:00

(line-move-1): Fix comments.

This commit is contained in:
Juri Linkov 2005-07-22 18:43:24 +00:00
parent 6a55dae262
commit f9872a6bb3

View 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)