Mercurial > emacs
diff lisp/emacs-lisp/autoload.el @ 7437:d9b4098cebb7
Comment change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 10 May 1994 20:03:45 +0000 |
parents | 0611d70ad480 |
children | 493a32789e7d |
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.