File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -3502,10 +3502,9 @@ whose `car' is BUFFER."
3502
3502
(let ((win (car (get-buffer-window-list buf)))
3503
3503
(pmax (with-current-buffer buf (point-max))))
3504
3504
3505
- ;; The first time we run a command in a fresh created buffer
3505
+ ;; The first time we run a command in a freshly created buffer
3506
3506
;; we have not saved positions yet; advance to `point-max', so that
3507
- ;; succesive commands knows the position where the new comman start.
3508
- ;; (unless (and pos (memq sym '(save-point beg-last-out)))
3507
+ ;; successive commands know where to start.
3509
3508
(unless (and pos (memq sym '(save-point beg-last-out end-last-out)))
3510
3509
(setq pos pmax))
3511
3510
;; Set point in the window displaying buf, if any; otherwise
You can’t perform that action at this time.
0 commit comments