]> git.eshelyaron.com Git - emacs.git/commitdiff
; Typo fixes in comment
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 7 Mar 2017 15:44:13 +0000 (07:44 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 7 Mar 2017 15:44:36 +0000 (07:44 -0800)
lisp/loadup.el

index 922b1b44fda910bffd8ac3f43b9774cdc23de8de..3d21be3611ef1acb6798a2151241966f42025c08 100644 (file)
 ;; emacs binary has been built.  We therefore compromise and keep
 ;; ldefs-boot.el in the repository.  This does not need to be updated
 ;; as often as the real loaddefs.el would.  Bootstrap should always
-;; work with ldefs-boot.el.  Therefore, Whenever a new autoload cookie
+;; work with ldefs-boot.el.  Therefore, whenever a new autoload cookie
 ;; gets added that is necessary during bootstrapping, ldefs-boot.el
 ;; should be updated by overwriting it with an up-to-date copy of
-;; loaddefs.el that is uncorrupted by local changes.
-;; autogen/update_autogen can be used to periodically update ldefs-boot.
+;; loaddefs.el that is not corrupted by local changes.
+;; admin/update_autogen can be used to update ldefs-boot.el periodically.
 (condition-case nil (load "loaddefs.el")
   ;; In case loaddefs hasn't been generated yet.
   (file-error (load "ldefs-boot.el")))