emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 641ce93: ; Typo fixes in comment


From: Paul Eggert
Subject: [Emacs-diffs] master 641ce93: ; Typo fixes in comment
Date: Tue, 7 Mar 2017 10:44:41 -0500 (EST)

branch: master
commit 641ce935b79c63020553f33fc5ca8f4d05e56b0b
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    ; 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 922b1b4..3d21be3 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")))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]