From 641ce935b79c63020553f33fc5ca8f4d05e56b0b Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 7 Mar 2017 07:44:13 -0800 Subject: [PATCH] ; Typo fixes in comment --- lisp/loadup.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/loadup.el b/lisp/loadup.el index 922b1b44fda..3d21be3611e 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el @@ -148,11 +148,11 @@ ;; 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"))) -- 2.11.4.GIT