(line-move-1): Fix comments.
This commit is contained in:
parent
6a55dae262
commit
f9872a6bb3
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue