]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment change.
authorRichard M. Stallman <rms@gnu.org>
Tue, 10 May 1994 20:03:45 +0000 (20:03 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 10 May 1994 20:03:45 +0000 (20:03 +0000)
lisp/emacs-lisp/autoload.el

index b24dfd50b846460cb19f0a9773166c7de0573111..634cdf662fd7eedc45d4324fb42beb6fe88bc99e 100644 (file)
@@ -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.