; Spelling fixes

This commit is contained in:
Paul Eggert 2016-05-30 23:19:54 -07:00
parent 0c26f14b7e
commit 01030eed93
4 changed files with 4 additions and 4 deletions

View file

@ -967,7 +967,7 @@ write its autoloads into the specified file instead."
t files-re))
dirs)))
(done ()) ;Files processed; to remove duplicates.
(changed nil) ;Non-nil if some change occured.
(changed nil) ;Non-nil if some change occurred.
(last-time)
;; Files with no autoload cookies or whose autoloads go to other
;; files because of file-local autoload-generated-file settings.

View file

@ -38,7 +38,7 @@
;; of array, so every level's lookup is O(N) rather than O(1). We could easily
;; solve this by using char-tables instead of alists, but that would make every
;; level take up a lot more memory, and it would make the resulting
;; datastructure harder to read (by a human) when printed out.
;; data structure harder to read (by a human) when printed out.
;;; Code: