aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-05-10 20:03:45 +0000
committerRichard M. Stallman1994-05-10 20:03:45 +0000
commit00ee57f3f2bbc8fc2d9e7211251c2ccffbb24776 (patch)
treee2efc3121259d20a2f2e67cd91eab13870ca9e84
parente11c3dc2c8f84c3254896ccb75190a800787a612 (diff)
downloademacs-00ee57f3f2bbc8fc2d9e7211251c2ccffbb24776.tar.gz
emacs-00ee57f3f2bbc8fc2d9e7211251c2ccffbb24776.zip
Comment change.
-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.