Skip to content

Commit d02f2a7

Browse files
committed
* lisp/simple.el: Minor fixes to commentary.
1 parent 196c42b commit d02f2a7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lisp/simple.el

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3502,10 +3502,9 @@ whose `car' is BUFFER."
35023502
(let ((win (car (get-buffer-window-list buf)))
35033503
(pmax (with-current-buffer buf (point-max))))
35043504

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
35063506
;; 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.
35093508
(unless (and pos (memq sym '(save-point beg-last-out end-last-out)))
35103509
(setq pos pmax))
35113510
;; Set point in the window displaying buf, if any; otherwise

0 commit comments

Comments
 (0)