changeset 7437:d9b4098cebb7

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Tue, 10 May 1994 20:03:45 +0000
parents b20221c93fbb
children 5e075fbbef1d
files lisp/emacs-lisp/autoload.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/autoload.el	Tue May 10 07:55:00 1994 +0000
+++ b/lisp/emacs-lisp/autoload.el	Tue May 10 20:03:45 1994 +0000
@@ -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.