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:
parent
6a55dae262
commit
f9872a6bb3
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user