comparison 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
comparison
equal deleted inserted replaced
2306:59c8668f70c7 2307:10e417efb12a
18 ;;; A copy of the GNU General Public License can be obtained from this 18 ;;; A copy of the GNU General Public License can be obtained from this
19 ;;; program's author (send electronic mail to roland@ai.mit.edu) or from 19 ;;; program's author (send electronic mail to roland@ai.mit.edu) or from
20 ;;; the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 20 ;;; the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA
21 ;;; 02139, USA. 21 ;;; 02139, USA.
22 ;;; 22 ;;;
23
24 ;;; Commentary;:
25
26 ;; This code helps GNU Emacs maintainers keep the autoload.el file up to
27 ;; date. It interprets magic cookies of the form ";;;###autoload" in
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.
23 30
24 ;;; Code: 31 ;;; Code:
25 32
26 (defun make-autoload (form file) 33 (defun make-autoload (form file)
27 "Turn FORM, a defun or defmacro, into an autoload for source file FILE. 34 "Turn FORM, a defun or defmacro, into an autoload for source file FILE.