aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorPaul Eggert2017-03-07 07:44:13 -0800
committerPaul Eggert2017-03-07 07:44:36 -0800
commit641ce935b79c63020553f33fc5ca8f4d05e56b0b (patch)
treed7b64e1309d5957188a27523640880e05c752ddc /lisp
parent542a763281347b026b6714483299a108a8c3b9c2 (diff)
downloademacs-641ce935b79c63020553f33fc5ca8f4d05e56b0b.tar.gz
emacs-641ce935b79c63020553f33fc5ca8f4d05e56b0b.zip
; Typo fixes in comment
Diffstat (limited to 'lisp')
-rw-r--r--lisp/loadup.el6
1 files 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 @@
148;; emacs binary has been built. We therefore compromise and keep 148;; emacs binary has been built. We therefore compromise and keep
149;; ldefs-boot.el in the repository. This does not need to be updated 149;; ldefs-boot.el in the repository. This does not need to be updated
150;; as often as the real loaddefs.el would. Bootstrap should always 150;; as often as the real loaddefs.el would. Bootstrap should always
151;; work with ldefs-boot.el. Therefore, Whenever a new autoload cookie 151;; work with ldefs-boot.el. Therefore, whenever a new autoload cookie
152;; gets added that is necessary during bootstrapping, ldefs-boot.el 152;; gets added that is necessary during bootstrapping, ldefs-boot.el
153;; should be updated by overwriting it with an up-to-date copy of 153;; should be updated by overwriting it with an up-to-date copy of
154;; loaddefs.el that is uncorrupted by local changes. 154;; loaddefs.el that is not corrupted by local changes.
155;; autogen/update_autogen can be used to periodically update ldefs-boot. 155;; admin/update_autogen can be used to update ldefs-boot.el periodically.
156(condition-case nil (load "loaddefs.el") 156(condition-case nil (load "loaddefs.el")
157 ;; In case loaddefs hasn't been generated yet. 157 ;; In case loaddefs hasn't been generated yet.
158 (file-error (load "ldefs-boot.el"))) 158 (file-error (load "ldefs-boot.el")))