From: Paul Eggert <eggert@cs.ucla.edu>
Date: Wed, 22 Jan 2020 19:03:22 +0000 (-0800)
Subject: * lisp/simple.el: Minor fixes to commentary.
X-Git-Tag: emacs-27.0.90~111
X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d02f2a793e8ee974198f88d966c4a87df3fba104;p=emacs.git

* lisp/simple.el: Minor fixes to commentary.
---

diff --git a/lisp/simple.el b/lisp/simple.el
index 9a2586d244c..3546bef600d 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -3502,10 +3502,9 @@ whose `car' is BUFFER."
         (let ((win   (car (get-buffer-window-list buf)))
               (pmax  (with-current-buffer buf (point-max))))
 
-          ;; The first time we run a command in a fresh created buffer
+          ;; The first time we run a command in a freshly created buffer
           ;; we have not saved positions yet; advance to `point-max', so that
-          ;; succesive commands knows the position where the new comman start.
-          ;; (unless (and pos (memq sym '(save-point beg-last-out)))
+          ;; successive commands know where to start.
           (unless (and pos (memq sym '(save-point beg-last-out end-last-out)))
             (setq pos pmax))
           ;; Set point in the window displaying buf, if any; otherwise