Added or corrected Commentary sections

This commit is contained in:
Eric S. Raymond 1993-03-22 03:27:18 +00:00
parent 33d92c1f9d
commit e41b2db1da
64 changed files with 518 additions and 267 deletions

View file

@ -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)