diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2016-05-30 23:19:54 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2016-05-30 23:20:20 -0700 |
commit | 01030eed9395f5004e7d0721394697d1ca90cc2f (patch) | |
tree | 3a13848e94b95796a5070adf8b2ec2e3dd4761f7 /lisp/emacs-lisp/autoload.el | |
parent | 0c26f14b7e200b39134ec70c77fab8c467cf3290 (diff) | |
download | emacs-01030eed9395f5004e7d0721394697d1ca90cc2f.tar.gz |
; Spelling fixes
Diffstat (limited to 'lisp/emacs-lisp/autoload.el')
-rw-r--r-- | lisp/emacs-lisp/autoload.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/autoload.el b/lisp/emacs-lisp/autoload.el index afd8e4ee03e..424b8e31936 100644 --- a/lisp/emacs-lisp/autoload.el +++ b/lisp/emacs-lisp/autoload.el @@ -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. |