aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/emacs-lisp/autoload.el2
1 files changed, 1 insertions, 1 deletions
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 @@
23 23
24;;; Commentary;: 24;;; Commentary;:
25 25
26;; This code helps GNU Emacs maintainers keep the autoload.el file up to 26;; This code helps GNU Emacs maintainers keep the loaddefs.el file up to
27;; date. It interprets magic cookies of the form ";;;###autoload" in 27;; date. It interprets magic cookies of the form ";;;###autoload" in
28;; lisp source files in various useful ways. To learn more, read the 28;; lisp source files in various useful ways. To learn more, read the
29;; source; if you're going to use this, you'd better be able to. 29;; source; if you're going to use this, you'd better be able to.