From: Richard M. Stallman Date: Tue, 10 May 1994 20:03:45 +0000 (+0000) Subject: Comment change. X-Git-Tag: emacs-19.34~8416 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=00ee57f3f2bbc8fc2d9e7211251c2ccffbb24776;p=emacs.git Comment change. --- 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.