Mercurial > emacs
comparison lisp/emacs-lisp/autoload.el @ 7437:d9b4098cebb7
Comment change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 10 May 1994 20:03:45 +0000 |
parents | 0611d70ad480 |
children | 493a32789e7d |
comparison
equal
deleted
inserted
replaced
7436:b20221c93fbb | 7437:d9b4098cebb7 |
---|---|
21 ;;; 02139, USA. | 21 ;;; 02139, USA. |
22 ;;; | 22 ;;; |
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. |
30 | 30 |
31 ;;; Code: | 31 ;;; Code: |