diff lisp/emacs-lisp/autoload.el @ 2307:10e417efb12a

Added or corrected Commentary sections
author Eric S. Raymond <esr@snark.thyrsus.com>
date Mon, 22 Mar 1993 03:27:18 +0000
parents 2c7997f249eb
children c0fbbfadcb04
line wrap: on
line diff
--- a/lisp/emacs-lisp/autoload.el	Mon Mar 22 03:00:23 1993 +0000
+++ b/lisp/emacs-lisp/autoload.el	Mon Mar 22 03:27:18 1993 +0000
@@ -21,6 +21,13 @@
 ;;; 02139, USA.
 ;;;
 
+;;; Commentary;:
+
+;; This code helps GNU Emacs maintainers keep the autoload.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.
+
 ;;; Code:
 
 (defun make-autoload (form file)