summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/autoload.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-05-10 20:03:45 +0000
committerRichard M. Stallman <rms@gnu.org>1994-05-10 20:03:45 +0000
commit00ee57f3f2bbc8fc2d9e7211251c2ccffbb24776 (patch)
treee2efc3121259d20a2f2e67cd91eab13870ca9e84 /lisp/emacs-lisp/autoload.el
parente11c3dc2c8f84c3254896ccb75190a800787a612 (diff)
downloademacs-00ee57f3f2bbc8fc2d9e7211251c2ccffbb24776.tar.gz
emacs-00ee57f3f2bbc8fc2d9e7211251c2ccffbb24776.tar.bz2
emacs-00ee57f3f2bbc8fc2d9e7211251c2ccffbb24776.zip
Comment change.
Diffstat (limited to 'lisp/emacs-lisp/autoload.el')
-rw-r--r--lisp/emacs-lisp/autoload.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/autoload.el b/lisp/emacs-lisp/autoload.el
index b24dfd50b84..634cdf662fd 100644
--- a/lisp/emacs-lisp/autoload.el
+++ b/lisp/emacs-lisp/autoload.el
@@ -23,7 +23,7 @@
;;; Commentary;:
-;; This code helps GNU Emacs maintainers keep the autoload.el file up to
+;; This code helps GNU Emacs maintainers keep the loaddefs.el file up to
;; date. It interprets magic cookies of the form ";;;###autoload" in
;; lisp source files in various useful ways. To learn more, read the
;; source; if you're going to use this, you'd better be able to.