# HG changeset patch # User Richard M. Stallman # Date 768600225 0 # Node ID d9b4098cebb75050129f8a5ca6045bb82439cbe8 # Parent b20221c93fbb0e005721ecb3aced3909901213c3 Comment change. diff -r b20221c93fbb -r d9b4098cebb7 lisp/emacs-lisp/autoload.el --- 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.